diff --git a/poetry.lock b/poetry.lock index 051eb6d..b10a19c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1173,13 +1173,13 @@ test = ["websockets"] [[package]] name = "zipp" -version = "3.21.0" +version = "3.22.0" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.9" files = [ - {file = "zipp-3.21.0-py3-none-any.whl", hash = "sha256:ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931"}, - {file = "zipp-3.21.0.tar.gz", hash = "sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4"}, + {file = "zipp-3.22.0-py3-none-any.whl", hash = "sha256:fe208f65f2aca48b81f9e6fd8cf7b8b32c26375266b009b413d45306b6148343"}, + {file = "zipp-3.22.0.tar.gz", hash = "sha256:dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5"}, ] [package.extras] @@ -1187,10 +1187,10 @@ check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"] cover = ["pytest-cov"] doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] enabler = ["pytest-enabler (>=2.2)"] -test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-ignore-flaky"] +test = ["big-O", "importlib_resources", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more_itertools", "pytest (>=6,!=8.1.*)", "pytest-ignore-flaky"] type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "24ef2af8e56b37fdf4186f651306c58b9ec7bdf0d656c7b10fc8e1fb8ffd29f0" +content-hash = "bd597beb4fed409f08b28b5d2ab777b8f57b535a632de2c046c9ad3289fc6fda" diff --git a/pyproject.toml b/pyproject.toml index 4661702..8d165f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ python-json-logger = "3.3.0" requests = "2.32.3" "ruamel.yaml" = "0.18.10" websocket_client = "1.8.0" -zipp = "3.21.0" +zipp = "3.22.0" [tool.poetry.scripts] docker-tidy = "dockertidy.cli:main"