From 56585f4be4ecbd8b8de4622164a504ab34deb35c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 10:10:05 +0200 Subject: [PATCH] fix(deps): update dependency python-json-logger to v2.0.2 (#136) Co-authored-by: Renovate Bot --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 145e0e6..b56cb54 100644 --- a/poetry.lock +++ b/poetry.lock @@ -531,11 +531,11 @@ cli = ["click (>=5.0)"] [[package]] name = "python-json-logger" -version = "2.0.1" +version = "2.0.2" description = "A python library adding a json log formatter" category = "main" optional = false -python-versions = ">=3.4" +python-versions = ">=3.5" [[package]] name = "pyyaml" @@ -656,7 +656,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "d9e1201a8c54832ee5382d8b21c882fb6efb98d5cba06e5ad6a59e4b17df0a23" +content-hash = "18c8ca819b19fd40c0e78a3bcf24606b9ccca7e0bc3a0958860c74e8a4346788" [metadata.files] anyconfig = [ @@ -936,7 +936,8 @@ python-dotenv = [ {file = "python_dotenv-0.19.0-py2.py3-none-any.whl", hash = "sha256:aae25dc1ebe97c420f50b81fb0e5c949659af713f31fdb63c749ca68748f34b1"}, ] python-json-logger = [ - {file = "python-json-logger-2.0.1.tar.gz", hash = "sha256:f26eea7898db40609563bed0a7ca11af12e2a79858632706d835a0f961b7d398"}, + {file = "python-json-logger-2.0.2.tar.gz", hash = "sha256:202a4f29901a4b8002a6d1b958407eeb2dd1d83c18b18b816f5b64476dde9096"}, + {file = "python_json_logger-2.0.2-py3-none-any.whl", hash = "sha256:99310d148f054e858cd5f4258794ed6777e7ad2c3fd7e1c1b527f1cba4d08420"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, diff --git a/pyproject.toml b/pyproject.toml index ea2d9b7..304de94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ jsonschema = "3.2.0" nested-lookup = "0.2.22" pathspec = "0.9.0" python = "^3.6.0" -python-json-logger = "2.0.1" +python-json-logger = "2.0.2" "ruamel.yaml" = "0.17.10" [tool.poetry.dev-dependencies]