Skip to content

Commit

Permalink
fix: app/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 0e2f997 commit 709d491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APScheduler==3.10.0
boto3==1.26.79
botocore==1.29.138
cryptography==41.0.0
cryptography==41.0.6
endesive==2.0.9
Flask_Caching==2.0.2
flask_dance==6.2.0
Expand Down

0 comments on commit 709d491

Please sign in to comment.