diff --git a/poetry.lock b/poetry.lock index b417049..579866c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1107,21 +1107,21 @@ files = [ [[package]] name = "zipp" -version = "3.14.0" +version = "3.15.0" description = "Backport of pathlib-compatible object wrapper for zip files" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "zipp-3.14.0-py3-none-any.whl", hash = "sha256:188834565033387710d046e3fe96acfc9b5e86cbca7f39ff69cf21a4128198b7"}, - {file = "zipp-3.14.0.tar.gz", hash = "sha256:9e5421e176ef5ab4c0ad896624e87a7b2f07aca746c9b2aa305952800cb8eecb"}, + {file = "zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"}, + {file = "zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"}, ] [package.extras] docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] +testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "5cda8ee9ff5536f53f420e68ab25f845b234c029d40ae5f8b5ce17134acf85f4" +content-hash = "89e0f4446e4996b297b725fb26424f83a55ba8207a65950e573be8208945692f" diff --git a/pyproject.toml b/pyproject.toml index b7d38a1..0ca0e2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ python-json-logger = "2.0.7" requests = "2.28.2" "ruamel.yaml" = "0.17.21" websocket_client = "1.5.1" -zipp = "3.14.0" +zipp = "3.15.0" [tool.poetry.scripts] docker-tidy = "dockertidy.cli:main"