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-5914629
  • Loading branch information
snyk-bot committed Sep 23, 2023
1 parent 130935c commit 1d15039
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 @@ -14,7 +14,7 @@ babel==2.8.0
beautifulsoup4==4.8.2
cffi==1.15.1
click==7.0
cryptography==2.8
cryptography==41.0.4
datatables==0.4.9
httplib2==0.17.0
humanize==0.5.1
Expand Down

0 comments on commit 1d15039

Please sign in to comment.