From e7e3b223fe3b4f50d7d9e9d65ce0ef31c4812208 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 09:02:06 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index fe99f8f8..22527c51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,3 +14,4 @@ pytz==2021.1 requests==2.26.0 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability