Skip to content

Commit 41e43e9

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-SETUPTOOLS-7448482
1 parent 9802e21 commit 41e43e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements_test.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ eventlet
33
coverage
44
pytest>=7.2.0
55
pytest-cov
6+
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)