Skip to content

Commit

Permalink
fix: requirements/vision-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-6619806
- https://snyk.io/vuln/SNYK-PYTHON-TORCH-6649934
  • Loading branch information
snyk-bot committed Apr 19, 2024
1 parent 24ae344 commit 6452a48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/vision-requirements.txt
Expand Up @@ -4,4 +4,5 @@ albumentations>=1.1.0
imgaug>=0.4.0
seaborn>=0.1.0
imagehash>=4.0.0
lxml>=4.0.0
lxml>=4.0.0
torch>=2.2.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 6452a48

Please sign in to comment.