From 25997da0cc395faeb7875bcf865f0875946cddd2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:51:09 +0000 Subject: [PATCH] fix: tools/third_party/pytest-asyncio/dependencies/pytest-min/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- .../pytest-asyncio/dependencies/pytest-min/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/third_party/pytest-asyncio/dependencies/pytest-min/requirements.txt b/tools/third_party/pytest-asyncio/dependencies/pytest-min/requirements.txt index 4fc6ef2fa322f0..b8b06d3f069b21 100644 --- a/tools/third_party/pytest-asyncio/dependencies/pytest-min/requirements.txt +++ b/tools/third_party/pytest-asyncio/dependencies/pytest-min/requirements.txt @@ -2,3 +2,4 @@ # when changing minimum version dependencies pytest == 6.1.0 typing-extensions >= 3.7.2; python_version < "3.8" +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability