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-FLASKCORS-6670412
  • Loading branch information
snyk-bot committed Aug 30, 2024
1 parent caca9ad commit d765378
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 @@ -4,7 +4,7 @@ schedule==1.1.0
apprise==0.9.5.1
Flask==2.1.1
gunicorn==20.1.0
flask-cors==3.0.10
flask-cors==4.0.1
flask-socketio==5.0.1
eventlet==0.30.2
python-socketio[client]==5.2.1
Expand Down

0 comments on commit d765378

Please sign in to comment.