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-SETUPTOOLS-3180412
- https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413
  • Loading branch information
snyk-bot committed Mar 6, 2024
1 parent 24ae344 commit cd6c1a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements/vision-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ albumentations>=1.1.0
imgaug>=0.4.0
seaborn>=0.1.0
imagehash>=4.0.0
lxml>=4.0.0
lxml>=4.0.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit cd6c1a7

Please sign in to comment.