Skip to content

Commit e7e4915

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-9964606
1 parent 05ad3ec commit e7e4915

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
@@ -23,5 +23,5 @@ whoosh
2323
wsgi-intercept
2424
xmldiff
2525
str2bool
26-
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
26+
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
2727
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)