Skip to content

Commit cfee976

Browse files
authored
fix: requirements_tests.txt to reduce vulnerabilities (GeoNode#10299)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
1 parent 7f56ebe commit cfee976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements_tests.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Twisted
2-
pixelmatch==0.3.0
2+
pixelmatch==0.3.0
3+
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)