Skip to content

Commit 5a79b8b

Browse files
committedJul 10, 2024··
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent 0657e7b commit 5a79b8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ urllib3==2.2.2
7272
uWSGI==2.0.22
7373
vine==5.1.0
7474
wcwidth==0.2.13
75-
setuptools==65.5.1
75+
setuptools==65.5.1
76+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)
Please sign in to comment.