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 29, 2024
1 parent 9344c22 commit be75c80
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 @@ -23,7 +23,7 @@ eventlet==0.30.2
flasgger==0.9.5
Flask==1.1.2
Flask-BabelEx==0.9.4
Flask-Cors==3.0.10
Flask-Cors==4.0.1
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Migrate==2.5.3
Expand Down

0 comments on commit be75c80

Please sign in to comment.