fix(deps): update dependency python-json-logger to v2.0.6

This commit is contained in:
renovate[bot] 2023-02-14 18:50:43 +00:00 committed by GitHub
parent 1758b9ff8c
commit d36702fd65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -580,14 +580,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]
[[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]]
@ -797,4 +797,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "ddc4c3e91db3ee77fce55f8d86d58c3f449861565569a7f4da88b26ea4836914"
content-hash = "f4b3b3cb2f777b2d47241cad128f967bf2d2998b2f64f135300ae8e4d5b8cfcb"

View File

@ -43,7 +43,7 @@ jsonschema = "4.17.3"
nested-lookup = "0.2.25"
pathspec = "0.11.0"
python = "^3.9.0"
python-json-logger = "2.0.4"
python-json-logger = "2.0.6"
toolz = "0.12.0"
unidiff = "0.7.4"
yamllint = "1.29.0"