From c652e2ed03fac2250a730e91edff362b70aabd27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:41:55 +0000 Subject: [PATCH] Update dependency zipp to v3.19.2 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e61c36fd..f55d950f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3774,18 +3774,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 = "zopfli" @@ -3895,4 +3895,4 @@ sane = ["python-sane"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "c6aebd88e3b2df4d4fa1a2575cacb8600452054fc15213f83275932f0450e818" +content-hash = "023351ba198250d8945d484a2c0ad902f0d01db668839f261292b3597fad81d8" diff --git a/pyproject.toml b/pyproject.toml index 0c8cdfc4..e970e57e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ python-sane = { version = "2.9.1", optional = true } idna = "3.7" urllib3 = "2.2.2" certifi = "2024.7.4" -zipp = "3.19.1" +zipp = "3.19.2" [tool.poetry.extras] process = [