diff --git a/poetry.lock b/poetry.lock index 7c62cdcd7..3f714bbbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2814,18 +2814,18 @@ files = [ [[package]] name = "zipp" -version = "3.19.1" +version = "3.19.2" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.19.1-py3-none-any.whl", hash = "sha256:2828e64edb5386ea6a52e7ba7cdb17bb30a73a858f5eb6eb93d8d36f5ea26091"}, - {file = "zipp-3.19.1.tar.gz", hash = "sha256:35427f6d5594f4acf82d25541438348c26736fa9b3afa2754bcd63cdb99d8e8f"}, + {file = "zipp-3.19.2-py3-none-any.whl", hash = "sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c"}, + {file = "zipp-3.19.2.tar.gz", hash = "sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19"}, ] [package.extras] 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)"] +test = ["big-O", "importlib-resources", "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)"] [[package]] name = "zope-deprecation" @@ -2929,4 +2929,4 @@ test-images = ["scikit-image"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "2579faa11a9f134aa73250feb644b0c213487acd87c06e5e23b4cd07e9202724" +content-hash = "ec08e5c1c4dcd76651b777296ba25a118c43c625a8f49a8e8f5509a48997af58" diff --git a/pyproject.toml b/pyproject.toml index 768ca76f8..f2613a2f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ scipy = { version = "1.10.1", optional = true } pillow = { version = "10.3.0", optional = true } urllib3 = "1.26.19" idna = { version = "3.7", optional = true } -zipp = "3.19.1" +zipp = "3.19.2" [tool.poetry.extras] standard = [