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-6092044
  • Loading branch information
snyk-bot committed Nov 29, 2023
1 parent 8983d65 commit 0c88f74
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.4
cryptography==3.4.8
cryptography==41.0.6
Flask==2.0.1
Flask-Compress==1.10.1
Flask-Cors==3.0.10
Expand Down

0 comments on commit 0c88f74

Please sign in to comment.