From 12ec9de43c2145a0036ed3009f1628590f58a54b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 13:45:32 +0100 Subject: [PATCH] fix(deps): update dependency zipp to v3.7.0 (#226) --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index a51405c..d333b66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -859,20 +859,20 @@ python-versions = "*" [[package]] name = "zipp" -version = "3.6.0" +version = "3.7.0" description = "Backport of pathlib-compatible object wrapper for zip files" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.extras] docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] -testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] +testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "45e0381958662d0e0f63e9d3dcb19dc15cb17304e6f8c7a24898903f17339451" +content-hash = "4b29817365f7c4e6d9411b1d4b0bcf658fc54d5c60a2db0e51b316305cf053a0" [metadata.files] anyconfig = [ @@ -1385,6 +1385,6 @@ yapf = [ {file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"}, ] zipp = [ - {file = "zipp-3.6.0-py3-none-any.whl", hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"}, - {file = "zipp-3.6.0.tar.gz", hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832"}, + {file = "zipp-3.7.0-py3-none-any.whl", hash = "sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375"}, + {file = "zipp-3.7.0.tar.gz", hash = "sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d"}, ] diff --git a/pyproject.toml b/pyproject.toml index e5e253e..59e10e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ python-json-logger = "2.0.2" requests = "2.27.1" "ruamel.yaml" = "0.17.17" websocket_client = "1.2.3" -zipp = "3.6.0" +zipp = "3.7.0" [tool.poetry.dev-dependencies] bandit = "1.7.1"