From a97d20c6ff975b60b90acb4f5f7edf4acf36c44e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:46:58 +0200 Subject: [PATCH] fix(deps): update dependency zipp to v3.17.0 (#588) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0fb88c5..b683ff1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1135,20 +1135,20 @@ tomli = ">=2.0.1" [[package]] name = "zipp" -version = "3.16.2" +version = "3.17.0" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.16.2-py3-none-any.whl", hash = "sha256:679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0"}, - {file = "zipp-3.16.2.tar.gz", hash = "sha256:ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147"}, + {file = "zipp-3.17.0-py3-none-any.whl", hash = "sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31"}, + {file = "zipp-3.17.0.tar.gz", hash = "sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy (>=0.9.1)", "pytest-ruff"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "9978a88d4ee403dd5f1641e236a87a1af84c9210847566c487376b0339c8c159" +content-hash = "99124bc4be516fe08df5e59c59bf95c3789554034ad6afca98a24e6044ca7779" diff --git a/pyproject.toml b/pyproject.toml index e915091..350fe8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ python-json-logger = "2.0.7" requests = "2.31.0" "ruamel.yaml" = "0.17.32" websocket_client = "1.6.3" -zipp = "3.16.2" +zipp = "3.17.0" [tool.poetry.scripts] docker-tidy = "dockertidy.cli:main"