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 c222849 commit 43eb297
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.1.0 # required by django-imagekit
psycopg2-binary==2.9.9
cryptography==41.0.5
cryptography==41.0.6
python-dateutil==2.8.2
pytz==2023.3.post1
redis==5.0.1
Expand Down

0 comments on commit 43eb297

Please sign in to comment.