Skip to content

Commit

Permalink
fix: dev-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-TORCH-3149871
  • Loading branch information
snyk-bot committed Dec 19, 2022
1 parent db94773 commit b06063e
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 b06063e

Please sign in to comment.