Skip to content

Commit

Permalink
fix: etl/requirements.txt to reduce vulnerabilities (#130)
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

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
billmetangmo and snyk-bot authored Jun 23, 2024
1 parent 338dfa9 commit d42acec
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 @@ -5,7 +5,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 d42acec

Please sign in to comment.