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-URLLIB3-5926907
  • Loading branch information
snyk-bot committed Oct 3, 2023
1 parent f8167f9 commit da3ab4b
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 @@ -71,7 +71,7 @@ boto3==1.26.100
APScheduler
croniter
faiss-cpu
urllib3==1.26.15
urllib3==1.26.17
pytest-metadata==2.0.4
tiktoken
RestrictedPython
Expand Down

0 comments on commit da3ab4b

Please sign in to comment.