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-GUNICORN-6615672
  • Loading branch information
snyk-bot committed Apr 17, 2024
1 parent 82a97ca commit aa1f3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -6,7 +6,7 @@ Flask-SSLify==0.1.5
Flask-Testing==0.8.1
Flask-SeaSurf==1.1.1
flask-talisman==1.1.0
gunicorn==21.2.0
gunicorn==22.0.0
pycodestyle==2.11.1
pydocstyle==6.3.0
requests==2.31.0
Expand Down

0 comments on commit aa1f3b3

Please sign in to comment.