Skip to content

Commit

Permalink
fix: 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-TQDM-6807582
  • Loading branch information
snyk-bot committed May 4, 2024
1 parent 77c3523 commit 4ac65a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ geopy==2.2.0
pandarallel==1.6.1
pipdeptree==2.2.1
requests-cache==0.9.4
tqdm==4.64.0
tqdm==4.66.3
wheel==0.38.1
abbreviations==0.2.5
ftfy==6.1.1
Expand Down

0 comments on commit 4ac65a2

Please sign in to comment.