fix(deps): update dependency python-json-logger to v2.0.3 (#340)

This commit is contained in:
renovate[bot] 2022-07-11 10:49:19 +02:00 committed by GitHub
parent adcff64901
commit 877edacc05
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

@ -640,7 +640,7 @@ cli = ["click (>=5.0)"]
[[package]]
name = "python-json-logger"
version = "2.0.2"
version = "2.0.3"
description = "A python library adding a json log formatter"
category = "main"
optional = false
@ -878,7 +878,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "ada4286ce3d7737df2ae29a4d9ea3795c4e4f4508cd3430aa1fc03259a527d8b"
content-hash = "c238616c288ed5a30d1d1377b2e56f115921e2fac378fcc6348248c32cd99bad"
[metadata.files]
anyconfig = [
@ -1162,8 +1162,8 @@ python-dotenv = [
{file = "python_dotenv-0.20.0-py3-none-any.whl", hash = "sha256:d92a187be61fe482e4fd675b6d52200e7be63a12b724abbf931a40ce4fa92938"},
]
python-json-logger = [
{file = "python-json-logger-2.0.2.tar.gz", hash = "sha256:202a4f29901a4b8002a6d1b958407eeb2dd1d83c18b18b816f5b64476dde9096"},
{file = "python_json_logger-2.0.2-py3-none-any.whl", hash = "sha256:99310d148f054e858cd5f4258794ed6777e7ad2c3fd7e1c1b527f1cba4d08420"},
{file = "python-json-logger-2.0.3.tar.gz", hash = "sha256:387d0e0bd74df0b47b857c2d13dd2110f98a52bf0e683b2be463d23bc307f285"},
{file = "python_json_logger-2.0.3-py3-none-any.whl", hash = "sha256:00cb0cd5f6a7c98470ff56e2bbc790c3a9ece4295408b3da4666cf9557af812c"},
]
pytz = [
{file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"},

View File

@ -50,7 +50,7 @@ nested-lookup = "0.2.25"
pathspec = "0.9.0"
python = "^3.7.0"
python-dateutil = "2.8.2"
python-json-logger = "2.0.2"
python-json-logger = "2.0.3"
requests = "2.28.1"
"ruamel.yaml" = "0.17.21"
websocket_client = "1.3.3"