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

This commit is contained in:
renovate[bot] 2023-02-18 14:34:38 +01:00 committed by GitHub
parent 4cc8f89505
commit 1c1bc5fe32
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

@ -689,14 +689,14 @@ cli = ["click (>=5.0)"]
[[package]] [[package]]
name = "python-json-logger" name = "python-json-logger"
version = "2.0.4" version = "2.0.6"
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.6.tar.gz", hash = "sha256:ed33182c2b438a366775c25c1219ebbd5bd7f71694c644d6b3b3861e19565ae3"},
{file = "python_json_logger-2.0.4-py3-none-any.whl", hash = "sha256:3b03487b14eb9e4f77e4fc2a023358b5394b82fd89cecf5586259baed57d8c6f"}, {file = "python_json_logger-2.0.6-py3-none-any.whl", hash = "sha256:3af8e5b907b4a5b53cae249205ee3a3d3472bd7ad9ddfaec136eec2f2faf4995"},
] ]
[[package]] [[package]]
@ -1123,4 +1123,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "8269fc15519416db90ecca80e0a7595c5ee6e0b3a5cfd331cc8e8b5c3b059c6e" content-hash = "38eaf0c0f55932baead21821eee93f3dec60000ed88e2e49be7056b485d77c97"

View File

@ -51,7 +51,7 @@ nested-lookup = "0.2.25"
pathspec = "0.11.0" pathspec = "0.11.0"
python = "^3.7.0" python = "^3.7.0"
python-dateutil = "2.8.2" python-dateutil = "2.8.2"
python-json-logger = "2.0.4" python-json-logger = "2.0.6"
requests = "2.28.2" requests = "2.28.2"
"ruamel.yaml" = "0.17.21" "ruamel.yaml" = "0.17.21"
websocket_client = "1.5.1" websocket_client = "1.5.1"