Skip to content

Commit

Permalink
fix: llm/requirements.txt to reduce vulnerabilities (windmill-labs#3965)
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-ANYIO-7361842

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
rubenfiszel and snyk-bot authored Sep 1, 2024
1 parent 1727046 commit 660fb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ python-dotenv==1.0.0
pyyaml==6.0
tqdm==4.66.3
anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 660fb54

Please sign in to comment.