Skip to content

Commit 7fc4320

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-SETUPTOOLS-9964606
1 parent 83a5b60 commit 7fc4320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
setuptools>=70.0.0
1+
setuptools>=78.1.1
22
mockito
33
invoke
44
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)