Skip to content

Commit 0ba98f3

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

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
@@ -80,3 +80,4 @@ wrapt==1.12.1
8080

8181
# The following packages are considered to be unsafe in a requirements file:
8282
# setuptools
83+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)