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-REQUESTS-6928867
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
  • Loading branch information
snyk-bot committed Jun 21, 2024
1 parent 3166cf6 commit 9ad3714
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 @@ -175,7 +175,7 @@ tenacity==8.3.0
# via -r requirements.in
tqdm==4.66.3
# via -r requirements.in
urllib3==1.26.18
urllib3==1.26.19
# via
# elasticsearch
# requests
Expand Down

0 comments on commit 9ad3714

Please sign in to comment.