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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-29 10:10:01 +02:00 committed by GitHub
parent 496c0b0193
commit 6620cdd980
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

@ -566,11 +566,11 @@ dev = ["pre-commit", "tox", "pytest-asyncio"]
[[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 = "pyyaml"
@ -714,7 +714,7 @@ ansible-base = ["ansible-base"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "64d99bc72cbe1b3613f7b7ddbde839de39b7f1f883884851e11641aad16e4c6c"
content-hash = "18586869b00a3c71741441a734c46edb08592885640f388fab5f17f6ee32540c"
[metadata.files]
ansible = [
@ -1056,7 +1056,8 @@ pytest-mock = [
{file = "pytest_mock-3.6.1-py3-none-any.whl", hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3"},
]
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"},
]
pyyaml = [
{file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"},

View File

@ -45,7 +45,7 @@ jsonschema = "3.2.0"
nested-lookup = "0.2.22"
pathspec = "0.9.0"
python = "^3.6.0"
python-json-logger = "2.0.1"
python-json-logger = "2.0.2"
six = "1.16.0"
toolz = "0.11.1"
unidiff = "0.6.0"