Skip to content

Commit

Permalink
fix: api/services/login/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-6261585
  • Loading branch information
snyk-bot committed Feb 23, 2024
1 parent 6fb61ab commit 21e0785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services/login/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ attrs==22.2.0
certifi==2022.12.7
cffi==1.15.1
click==8.1.3
cryptography==40.0.1
cryptography==42.0.4
ecdsa==0.18.0
exceptiongroup==1.1.1
fastapi==0.95.0
Expand Down

0 comments on commit 21e0785

Please sign in to comment.