Skip to content

Commit 69fca99

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
1 parent 4649d1f commit 69fca99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ yamllint==1.28.0
1111
docker>=4.3.1
1212
ssh-audit
1313
anyconfig>=0.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
14-
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
14+
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)