From 005a44842eb75947f6e3dfa8d36fe07acbd25cf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:21:42 +0100 Subject: [PATCH] fix(deps): update dependency python-json-logger to v2.0.7 (#482) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1818927..b417049 100644 --- a/poetry.lock +++ b/poetry.lock @@ -689,14 +689,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-json-logger" -version = "2.0.6" +version = "2.0.7" description = "A python library adding a json log formatter" category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "python-json-logger-2.0.6.tar.gz", hash = "sha256:ed33182c2b438a366775c25c1219ebbd5bd7f71694c644d6b3b3861e19565ae3"}, - {file = "python_json_logger-2.0.6-py3-none-any.whl", hash = "sha256:3af8e5b907b4a5b53cae249205ee3a3d3472bd7ad9ddfaec136eec2f2faf4995"}, + {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]] @@ -1124,4 +1124,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "865d1c0887422eaf3b97dd60044369102b9f02d8e7f4b62d104d9d0070ab6aa3" +content-hash = "5cda8ee9ff5536f53f420e68ab25f845b234c029d40ae5f8b5ce17134acf85f4" diff --git a/pyproject.toml b/pyproject.toml index 27448a0..b7d38a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ nested-lookup = "0.2.25" pathspec = "0.11.0" python = "^3.7.0" python-dateutil = "2.8.2" -python-json-logger = "2.0.6" +python-json-logger = "2.0.7" requests = "2.28.2" "ruamel.yaml" = "0.17.21" websocket_client = "1.5.1"