Skip to content

Commit 9cbf7b0

Browse files
authored
fix: requirements.txt to reduce vulnerabilities (#70)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
1 parent be221a6 commit 9cbf7b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ psycopg2-binary>=2.8.6
1313
southwark>=0.7.1
1414
sqlalchemy==1.3.22
1515
werkzeug<3
16+
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)