fix(deps): update dependency python-json-logger to v2.0.7 (#482)

This commit is contained in:
renovate[bot] 2023-02-27 09:21:42 +01:00 committed by GitHub
parent 83e3c0a158
commit 005a44842e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -689,14 +689,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]]
@ -1124,4 +1124,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "865d1c0887422eaf3b97dd60044369102b9f02d8e7f4b62d104d9d0070ab6aa3"
content-hash = "5cda8ee9ff5536f53f420e68ab25f845b234c029d40ae5f8b5ce17134acf85f4"

View File

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