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

This commit is contained in:
renovate[bot] 2023-02-16 20:53:10 +01:00 committed by GitHub
parent 641c51a248
commit bad8c7e7a1
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

@ -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"

View File

@ -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]