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

This commit is contained in:
renovate[bot] 2023-03-20 11:17:17 +01:00 committed by GitHub
parent 04dc8b7cc6
commit 44129fa1d3
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 = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.7.0"
content-hash = "e2375a53d4bb8637bd18dd50eb30e44c47bdbb0f0fcf4ecc5b0277fa2a061cd9"
content-hash = "e8748b7a912532547834f1dad3fde3684ad7758b082fca213c14eddaa9a65961"

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"