Skip to content

Commit

Permalink
fix: dev-requirements.txt to reduce vulnerabilities (#1374)
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-TORCH-3149871

Co-authored-by: Kevin Su <[email protected]>
  • Loading branch information
snyk-bot and pingsutw authored Dec 23, 2022
1 parent 46eae16 commit 425f488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ tomli==2.0.1
# coverage
# mypy
# pytest
torch==1.12.1
torch==1.13.1
# via -r dev-requirements.in
traitlets==5.6.0
# via
Expand Down

0 comments on commit 425f488

Please sign in to comment.