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

This commit is contained in:
renovate[bot] 2023-03-20 10:34:54 +01:00 committed by GitHub
parent e91d02201d
commit 32829d469d
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

@ -241,14 +241,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]
[[package]]
name = "python-json-logger"
version = "2.0.4"
version = "2.0.7"
description = "A python library adding a json log formatter"
category = "main"
optional = false
python-versions = ">=3.5"
python-versions = ">=3.6"
files = [
{file = "python-json-logger-2.0.4.tar.gz", hash = "sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd"},
{file = "python_json_logger-2.0.4-py3-none-any.whl", hash = "sha256:3b03487b14eb9e4f77e4fc2a023358b5394b82fd89cecf5586259baed57d8c6f"},
{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]]
@ -361,4 +361,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "150a1f65cf21cba5f3f648ae7b6cc2935f78b44d33561e84c96e3160694df13c"
content-hash = "9e37aadefb426f83d1954268ffa87d76a0c03a2ebff433193978f2b37239e946"

View File

@ -37,7 +37,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
colorama = "0.4.6"
python = "^3.7.0"
python-json-logger = "2.0.4"
python-json-logger = "2.0.7"
semantic-version = "2.10.0"
[tool.poetry.scripts]