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-CRYPTOGRAPHY-7886970
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent a7a4d14 commit 71cd178
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
@@ -1,6 +1,6 @@
bcrypt==3.2.0
blinker==1.6.2
cryptography==42.0.2
cryptography==43.0.1
Flask==2.2.5
Flask-Compress==1.10.1
Flask-Cors==3.0.10
Expand Down

0 comments on commit 71cd178

Please sign in to comment.