mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 06:10:42 +00:00
fix(deps): update dependency python-json-logger to v2.0.7 (#550)
This commit is contained in:
parent
842123f804
commit
9c33dd4d81
10
poetry.lock
generated
10
poetry.lock
generated
@ -580,14 +580,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-json-logger"
|
name = "python-json-logger"
|
||||||
version = "2.0.4"
|
version = "2.0.7"
|
||||||
description = "A python library adding a json log formatter"
|
description = "A python library adding a json log formatter"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.5"
|
python-versions = ">=3.6"
|
||||||
files = [
|
files = [
|
||||||
{file = "python-json-logger-2.0.4.tar.gz", hash = "sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd"},
|
{file = "python-json-logger-2.0.7.tar.gz", hash = "sha256:23e7ec02d34237c5aa1e29a070193a4ea87583bb4e7f8fd06d3de8264c4b2e1c"},
|
||||||
{file = "python_json_logger-2.0.4-py3-none-any.whl", hash = "sha256:3b03487b14eb9e4f77e4fc2a023358b5394b82fd89cecf5586259baed57d8c6f"},
|
{file = "python_json_logger-2.0.7-py3-none-any.whl", hash = "sha256:f380b826a991ebbe3de4d897aeec42760035ac760345e57b812938dc8b35e2bd"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -798,4 +798,4 @@ ansible-core = ["ansible-core"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9.0"
|
python-versions = "^3.9.0"
|
||||||
content-hash = "12643bb5b49c277c71f1b1151c43683918496857efb7983367c7f6e8389490b4"
|
content-hash = "071a04dc028d45d0b205f3224aaa678bbe5bec44f3dba9210056df9a77011705"
|
||||||
|
@ -43,7 +43,7 @@ jsonschema = "4.17.3"
|
|||||||
nested-lookup = "0.2.25"
|
nested-lookup = "0.2.25"
|
||||||
pathspec = "0.11.0"
|
pathspec = "0.11.0"
|
||||||
python = "^3.9.0"
|
python = "^3.9.0"
|
||||||
python-json-logger = "2.0.4"
|
python-json-logger = "2.0.7"
|
||||||
toolz = "0.12.0"
|
toolz = "0.12.0"
|
||||||
unidiff = "0.7.4"
|
unidiff = "0.7.4"
|
||||||
yamllint = "1.29.0"
|
yamllint = "1.29.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user