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 18, 2024
1 parent 1dfa8d2 commit b770d11
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 @@ -17,7 +17,7 @@ xylose==1.35.0
requests==2.21.0
Flask-DebugToolbar==0.10.1
Flask-WTF==0.14.2
gunicorn==19.8.1
gunicorn==22.0.0
gevent==1.3.7
itsdangerous==1.1.0
python-slugify==1.2.6
Expand Down

0 comments on commit b770d11

Please sign in to comment.