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 01b0d35 commit e210931
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 @@ -8,7 +8,7 @@ certifi==2023.7.22
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
cryptography==41.0.5
cryptography==41.0.6
Deprecated==1.2.13
ecdsa==0.18.0
fastapi==0.92.0
Expand Down

0 comments on commit e210931

Please sign in to comment.