Skip to content

Commit 99c78b6

Browse files
fix: requirements-dev.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413 - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent 0a6ee35 commit 99c78b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ wheel==0.46.2
8383
# The following packages are considered to be unsafe in a requirements file:
8484
# pip
8585
# setuptools
86+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)