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-7161587
  • Loading branch information
snyk-bot committed Jun 7, 2024
1 parent d71da21 commit eb6fbb9
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 @@ -36,7 +36,7 @@ mysqlclient==2.1.1
openpyxl==3.1.2
Pillow==10.3.0 # required by django-imagekit
psycopg2-binary==2.9.9
cryptography==42.0.7
cryptography==42.0.8
python-dateutil==2.9.0.post0
pytz==2024.1
redis==5.0.4
Expand Down

0 comments on commit eb6fbb9

Please sign in to comment.