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-6036192
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177
  • Loading branch information
snyk-bot committed Oct 26, 2023
1 parent 130935c commit 160fc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.5
datatables==0.4.9
httplib2==0.17.0
humanize==0.5.1
Expand All @@ -38,4 +38,4 @@ selenium==3.141.0
six==1.14.0
versionfinder>=1.0.0
wishlist==0.2.2
Werkzeug==1.0.1
Werkzeug==3.0.1

0 comments on commit 160fc58

Please sign in to comment.