Skip to content

Commit 3c1427e

Browse files
committed
fix: tools/gyp/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 8879993 commit 3c1427e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gyp/requirements_dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
flake8
22
pytest
3+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)