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

This commit is contained in:
renovate[bot] 2023-03-15 15:59:32 +00:00 committed by GitHub
parent 97166b27de
commit 784290a0fd
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

@ -588,14 +588,14 @@ cli = ["click (>=5.0)"]
[[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]]
@ -825,4 +825,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "e5c532ea1a7a796648aa78c24198dc35e6a9691b9d9ca38f14db7e2cde7d9684"
content-hash = "2cb42e13e8d64eb0f795b19eb981eedf1ccf2bb1c6fc250b0de85424e868a9d0"

View File

@ -39,7 +39,7 @@ nested-lookup = "0.2.25"
prometheus-client = "0.16.0"
proxmoxer = "2.0.1"
python = "^3.7.0"
python-json-logger = "2.0.4"
python-json-logger = "2.0.7"
requests = "2.28.2"
"ruamel.yaml" = "0.17.21"