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-CERTIFI-7430173
  • Loading branch information
snyk-bot committed Jul 7, 2024
1 parent 2bbf08d commit ded90cb
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 @@ -2,7 +2,7 @@ asgiref==3.6.0
bandit==1.7.4
bcrypt==4.0.1
beautifulsoup4==4.11.1
certifi==2022.12.7
certifi==2024.7.4
cffi==1.15.1
chardet==5.1.0
charset-normalizer==2.0.12
Expand Down

0 comments on commit ded90cb

Please sign in to comment.