Skip to content

Commit

Permalink
fix: requirements/requirements_extra.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-PILLOW-6219984
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986
  • Loading branch information
snyk-bot committed Feb 2, 2024
1 parent 06839b0 commit 775419c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/requirements_extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
polyscope>=0.1.6
pycocotools
#cupy # pip install cupy-cudaXXX -f https://pip.cupy.dev/pre
#cython
#cython
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 775419c

Please sign in to comment.