diff --git a/poetry.lock b/poetry.lock index 8722273..0c32cc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1086,20 +1086,20 @@ test = ["websockets"] [[package]] name = "zipp" -version = "3.19.0" +version = "3.19.1" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.19.0-py3-none-any.whl", hash = "sha256:96dc6ad62f1441bcaccef23b274ec471518daf4fbbc580341204936a5a3dddec"}, - {file = "zipp-3.19.0.tar.gz", hash = "sha256:952df858fb3164426c976d9338d3961e8e8b3758e2e059e0f754b8c4262625ee"}, + {file = "zipp-3.19.1-py3-none-any.whl", hash = "sha256:2828e64edb5386ea6a52e7ba7cdb17bb30a73a858f5eb6eb93d8d36f5ea26091"}, + {file = "zipp-3.19.1.tar.gz", hash = "sha256:35427f6d5594f4acf82d25541438348c26736fa9b3afa2754bcd63cdb99d8e8f"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] +doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "190c44e53560ec5858b8b22a8998d5fb1a2c03a9fcb6f2a905015110908f4cc4" +content-hash = "1432c96e6f0f58ea14497176fbe3ab39ce091399aeaccc06a70f576f0f0999a4" diff --git a/pyproject.toml b/pyproject.toml index d2b8010..d9e33a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.19.0" +zipp = "3.19.1" [tool.poetry.scripts] docker-tidy = "dockertidy.cli:main"