From d762158829cef44238ab1056ab9a66e191a28fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:38:33 +0200 Subject: [PATCH] fix(deps): update dependency zipp to v3.20.2 (#769) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ffbfe68..d355f7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1090,13 +1090,13 @@ test = ["websockets"] [[package]] name = "zipp" -version = "3.20.1" +version = "3.20.2" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.20.1-py3-none-any.whl", hash = "sha256:9960cd8967c8f85a56f920d5d507274e74f9ff813a0ab8889a5b5be2daf44064"}, - {file = "zipp-3.20.1.tar.gz", hash = "sha256:c22b14cc4763c5a5b04134207736c107db42e9d3ef2d9779d465f5f1bcba572b"}, + {file = "zipp-3.20.2-py3-none-any.whl", hash = "sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350"}, + {file = "zipp-3.20.2.tar.gz", hash = "sha256:bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29"}, ] [package.extras] @@ -1110,4 +1110,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "5c64c6b105e633f07b0996b400e8bcf40fb37d458a27c253c9d0aa839ac30b43" +content-hash = "f61f2cb04b5908cc4be7ef5964d8d9b81527a0b79fef6af480fe3612c215d498" diff --git a/pyproject.toml b/pyproject.toml index 58a5ba0..3b4d5ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ python-json-logger = "2.0.7" requests = "2.32.3" "ruamel.yaml" = "0.18.6" websocket_client = "1.8.0" -zipp = "3.20.1" +zipp = "3.20.2" [tool.poetry.scripts] docker-tidy = "dockertidy.cli:main"