diff --git a/acceptance_tests/app/requirements.txt b/acceptance_tests/app/requirements.txt index 37315e7d0..4daa867bf 100644 --- a/acceptance_tests/app/requirements.txt +++ b/acceptance_tests/app/requirements.txt @@ -5,3 +5,4 @@ requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerabilit certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/ci/requirements.txt b/ci/requirements.txt index 2f9e9b05a..54d3cd842 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -9,3 +9,4 @@ requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerabilit urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/poetry.lock b/poetry.lock index 07ae0c4fb..7c62cdcd7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2814,18 +2814,18 @@ files = [ [[package]] name = "zipp" -version = "3.12.0" +version = "3.19.1" description = "Backport of pathlib-compatible object wrapper for zip files" -optional = true -python-versions = ">=3.7" +optional = false +python-versions = ">=3.8" files = [ - {file = "zipp-3.12.0-py3-none-any.whl", hash = "sha256:9eb0a4c5feab9b08871db0d672745b53450d7f26992fd1e4653aa43345e97b86"}, - {file = "zipp-3.12.0.tar.gz", hash = "sha256:73efd63936398aac78fd92b6f4865190119d6c91b531532e798977ea8dd402eb"}, + {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)", "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)"] +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)"] [[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 = "5dcc26cb1151995a6c00833ec333026b63d7970280bf6a76d471d8749a0e33e7" +content-hash = "2579faa11a9f134aa73250feb644b0c213487acd87c06e5e23b4cd07e9202724" diff --git a/pyproject.toml b/pyproject.toml index c927606af..768ca76f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +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" [tool.poetry.extras] standard = [ diff --git a/requirements.txt b/requirements.txt index cd6d9ea5c..3bfc631f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerabil urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability