Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WAITRESS-8309635
- https://snyk.io/vuln/SNYK-PYTHON-WAITRESS-8309636
  • Loading branch information
snyk-bot committed Oct 30, 2024
1 parent 659c98a commit c814c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setuptools==74.1.2
Shapely==2.0.6
SQLAlchemy==1.3.24
transaction==4.0
waitress==3.0.0
waitress==3.0.1
zope.sqlalchemy==3.1
gunicorn==23.0.0

Expand Down

0 comments on commit c814c4a

Please sign in to comment.