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 7eeb6d6 commit 5bf2486
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 @@ -37,7 +37,7 @@ xlrd>=1.0.0
pdfkit==0.6.1
Pillow==8.0.1 # required by django-imagekit
psycopg2-binary==2.8.6
cryptography==3.2.1
cryptography==41.0.6
python-dateutil==2.8.1
python-nmap==0.6.1
pytz==2020.4
Expand Down

0 comments on commit 5bf2486

Please sign in to comment.