fix(deps): update dependency python-json-logger to v2.0.2 (#136)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-29 10:09:47 +02:00 committed by GitHub
parent 4d421d3244
commit 9e2f2bd2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
poetry.lock generated
View File

@ -600,11 +600,11 @@ cli = ["click (>=5.0)"]
[[package]]
name = "python-json-logger"
version = "2.0.1"
version = "2.0.2"
description = "A python library adding a json log formatter"
category = "main"
optional = false
python-versions = ">=3.4"
python-versions = ">=3.5"
[[package]]
name = "pytz"
@ -799,7 +799,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "ba96e4c2ebfd9dee1f072e02a4d9213314a17af913164a280594d0045d42aa9e"
content-hash = "df10098caa2319174b143f20fd979d79eeadcfc8cfad5a883955ef05f1ecb64c"
[metadata.files]
anyconfig = [
@ -1071,7 +1071,8 @@ python-dotenv = [
{file = "python_dotenv-0.18.0-py2.py3-none-any.whl", hash = "sha256:dd8fe852847f4fbfadabf6183ddd4c824a9651f02d51714fa075c95561959c7d"},
]
python-json-logger = [
{file = "python-json-logger-2.0.1.tar.gz", hash = "sha256:f26eea7898db40609563bed0a7ca11af12e2a79858632706d835a0f961b7d398"},
{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"},
]
pytz = [
{file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"},

View File

@ -50,7 +50,7 @@ nested-lookup = "0.2.22"
pathspec = "0.9.0"
python = "^3.6.0"
python-dateutil = "2.8.2"
python-json-logger = "2.0.1"
python-json-logger = "2.0.2"
requests = "2.26.0"
"ruamel.yaml" = "0.17.10"
websocket_client = "1.1.0"