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 fbced37 commit 4f950db
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 @@ -38,7 +38,7 @@ openpyxl==3.1.2
xlrd==1.2.0
Pillow==10.0.0 # required by django-imagekit
psycopg2-binary==2.9.6
cryptography==41.0.3
cryptography==42.0.0
python-dateutil==2.8.2
pytz==2023.3
redis==4.6.0
Expand Down

0 comments on commit 4f950db

Please sign in to comment.