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-FLASKSECURITYTOO-6139926
  • Loading branch information
snyk-bot committed Dec 31, 2023
1 parent 9344c22 commit 2921412
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 @@ -28,7 +28,7 @@ Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Migrate==2.5.3
Flask-Principal==0.4.0
Flask-Security-Too==4.1.0
Flask-Security-Too==5.3.3
Flask-SocketIO==5.1.1
Flask-SQLAlchemy==2.4.4
Flask-WTF==0.14.3
Expand Down

0 comments on commit 2921412

Please sign in to comment.