From 69cf06f14f4c77fa9f29b9e263683b5f7bf89d3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 06:28:54 +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 1a3664a1..8278e3b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ xlrd unidecode==1.2.0 # regex is not installable on PyPy+Windows, so we only require it if the platform is not Windows or not PyPy: regex ; platform_python_implementation!="PyPy" or platform_system!="Windows" +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability