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-EVENTLET-8136230
  • Loading branch information
snyk-bot committed Oct 2, 2024
1 parent dda74ca commit 473b0e2
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 @@ -13,7 +13,7 @@ pymysql==1.1.0
pyjwt==2.8.0
coverage==7.3.0
https://github.com/benoitc/gunicorn/archive/refs/heads/master.zip#egg=gunicorn==20.1.0 # eventlet bug workaround
eventlet==0.33.3
eventlet==0.37.0
flask-wtf==1.1.1
flask-login==0.6.2
flask-redmail==0.3.0
Expand Down

0 comments on commit 473b0e2

Please sign in to comment.