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-6050294
- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975
  • Loading branch information
snyk-bot committed Jan 26, 2024
1 parent f197b25 commit e5f6cb4
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 @@ -4,7 +4,7 @@ botocore==1.29.104
cachetools==5.2.0
cffi==1.15.1
chardet==3.0.4
cryptography==41.0.6
cryptography==42.0.0
decorator==4.4.2
Django==4.1.13
django-cors-headers==3.13.0
Expand Down

0 comments on commit e5f6cb4

Please sign in to comment.