mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-19 03:30:39 +00:00
fix(deps): update dependency python-json-logger to v2.0.6 (#452)
This commit is contained in:
parent
641c51a248
commit
bad8c7e7a1
10
poetry.lock
generated
10
poetry.lock
generated
@ -529,14 +529,14 @@ cli = ["click (>=5.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "python-json-logger"
|
||||
version = "2.0.4"
|
||||
version = "2.0.6"
|
||||
description = "A python library adding a json log formatter"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.5"
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "python-json-logger-2.0.4.tar.gz", hash = "sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd"},
|
||||
{file = "python_json_logger-2.0.4-py3-none-any.whl", hash = "sha256:3b03487b14eb9e4f77e4fc2a023358b5394b82fd89cecf5586259baed57d8c6f"},
|
||||
{file = "python-json-logger-2.0.6.tar.gz", hash = "sha256:ed33182c2b438a366775c25c1219ebbd5bd7f71694c644d6b3b3861e19565ae3"},
|
||||
{file = "python_json_logger-2.0.6-py3-none-any.whl", hash = "sha256:3af8e5b907b4a5b53cae249205ee3a3d3472bd7ad9ddfaec136eec2f2faf4995"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -724,4 +724,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "c02c76972cc9cdeaa75ce6d51534718f006e5a707f1e08deaf9a0d9b9adc5e8f"
|
||||
content-hash = "39b7724fa492b47eabaa07e4a6556bc3b96d120268646fd2041f28bbbab0d5b5"
|
||||
|
@ -45,7 +45,7 @@ jsonschema = "4.17.3"
|
||||
nested-lookup = "0.2.25"
|
||||
pathspec = "0.11.0"
|
||||
python = "^3.7.0"
|
||||
python-json-logger = "2.0.4"
|
||||
python-json-logger = "2.0.6"
|
||||
"ruamel.yaml" = "0.17.21"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
Loading…
Reference in New Issue
Block a user