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-5805047
  • Loading branch information
snyk-bot committed Jul 26, 2023
1 parent a182f05 commit 687d77a
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 @@ -16,7 +16,7 @@ bleach==3.3.0 # via -r requirements.in
cachecontrol==0.12.6 # via firebase-admin
cachetools==3.1.1 # via apache-beam, google-auth
callbacks==0.3.0 # via -r requirements.in
certifi==2020.6.20 # via elasticsearch, requests
certifi==2023.7.22 # via elasticsearch, requests
chardet==3.0.4 # via requests
contextlib2==0.6.0.post1 # via -r requirements.in
crcmod==1.7 # via apache-beam, google-resumable-media
Expand Down

0 comments on commit 687d77a

Please sign in to comment.