Skip to content

Commit 52a5c42

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

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

0 commit comments

Comments
 (0)