Skip to content

Commit

Permalink
fix: covid19-etl-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-SETUPTOOLS-3180412
  • Loading branch information
snyk-bot committed Mar 15, 2024
1 parent 22031ed commit 571fb01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions covid19-etl-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ requests>=2.23.0,<3.0.0
xlrd>=1.2.0,<2.0.0
retry>=0.9.2
google-cloud-bigquery==2.2.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 571fb01

Please sign in to comment.