fix(deps): update dependency zipp to v3.19.0 (#714)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-30 20:23:20 +02:00 committed by GitHub
parent 724e14c741
commit 433b8ce2aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1086,13 +1086,13 @@ test = ["websockets"]
[[package]]
name = "zipp"
version = "3.18.2"
version = "3.19.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
optional = false
python-versions = ">=3.8"
files = [
{file = "zipp-3.18.2-py3-none-any.whl", hash = "sha256:dce197b859eb796242b0622af1b8beb0a722d52aa2f57133ead08edd5bf5374e"},
{file = "zipp-3.18.2.tar.gz", hash = "sha256:6278d9ddbcfb1f1089a88fde84481528b07b0e10474e09dcfe53dad4069fa059"},
{file = "zipp-3.19.0-py3-none-any.whl", hash = "sha256:96dc6ad62f1441bcaccef23b274ec471518daf4fbbc580341204936a5a3dddec"},
{file = "zipp-3.19.0.tar.gz", hash = "sha256:952df858fb3164426c976d9338d3961e8e8b3758e2e059e0f754b8c4262625ee"},
]
[package.extras]
@ -1102,4 +1102,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.8.0"
content-hash = "92652d81ec63ce9320a72e2ba4e8edeeed707bfedf8d1205505c021acdb892c3"
content-hash = "190c44e53560ec5858b8b22a8998d5fb1a2c03a9fcb6f2a905015110908f4cc4"

View File

@ -51,7 +51,7 @@ python-json-logger = "2.0.7"
requests = "2.31.0"
"ruamel.yaml" = "0.18.6"
websocket_client = "1.8.0"
zipp = "3.18.2"
zipp = "3.19.0"
[tool.poetry.scripts]
docker-tidy = "dockertidy.cli:main"