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.7 (#459)
This commit is contained in:
parent
997959eda2
commit
7b721dcfa3
8
poetry.lock
generated
8
poetry.lock
generated
@ -529,14 +529,14 @@ cli = ["click (>=5.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "python-json-logger"
|
||||
version = "2.0.6"
|
||||
version = "2.0.7"
|
||||
description = "A python library adding a json log formatter"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{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"},
|
||||
{file = "python-json-logger-2.0.7.tar.gz", hash = "sha256:23e7ec02d34237c5aa1e29a070193a4ea87583bb4e7f8fd06d3de8264c4b2e1c"},
|
||||
{file = "python_json_logger-2.0.7-py3-none-any.whl", hash = "sha256:f380b826a991ebbe3de4d897aeec42760035ac760345e57b812938dc8b35e2bd"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -725,4 +725,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "9adaeed50eb9cab3e10c70d8f40a448f53bbf3fa1d19363415d2ea656463a350"
|
||||
content-hash = "f371bc8a98ad4732138abbb0b80eb0165592f6d9e276c5fdbd5b2a913f80d6f8"
|
||||
|
@ -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.6"
|
||||
python-json-logger = "2.0.7"
|
||||
"ruamel.yaml" = "0.17.21"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
Loading…
Reference in New Issue
Block a user