diff --git a/poetry.lock b/poetry.lock index 6fffde1..9ceef80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -510,13 +510,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-json-logger" -version = "3.2.0" +version = "3.2.1" description = "JSON Log Formatter for the Python Logging Package" optional = false python-versions = ">=3.8" files = [ - {file = "python_json_logger-3.2.0-py3-none-any.whl", hash = "sha256:d73522ddcfc6d0461394120feaddea9025dc64bf804d96357dd42fa878cc5fe8"}, - {file = "python_json_logger-3.2.0.tar.gz", hash = "sha256:2c11056458d3f56614480b24e9cb28f7aba69cbfbebddbb77c92f0ec0d4947ab"}, + {file = "python_json_logger-3.2.1-py3-none-any.whl", hash = "sha256:cdc17047eb5374bd311e748b42f99d71223f3b0e186f4206cc5d52aefe85b090"}, + {file = "python_json_logger-3.2.1.tar.gz", hash = "sha256:8eb0554ea17cb75b05d2848bc14fb02fbdbd9d6972120781b974380bfa162008"}, ] [package.extras] @@ -810,4 +810,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "470cfab4fb07afe95e6dddba4eb3be8477c7312107d5d67bb8a3dde13a5d6ced" +content-hash = "0bb671d9fe1659aed06a5081977c3be14f803155e7065ee6763ffe9d155edd0f" diff --git a/pyproject.toml b/pyproject.toml index 45f8576..d475541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ nested-lookup = "0.2.25" prometheus-client = "0.21.1" proxmoxer = "2.2.0" python = "^3.10.0" -python-json-logger = "3.2.0" +python-json-logger = "3.2.1" requests = "2.32.3" "ruamel.yaml" = "0.18.6"