Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#26)
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-1082329

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
ashnair1 and snyk-bot authored Mar 14, 2021
1 parent 2d36b9d commit 55816d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Cython
matplotlib
numpy
pandas
Pillow>=6.2.2
Pillow>=8.1.1
git+https://github.com/ashnair1/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI
seaborn
scikit-image
Expand Down

0 comments on commit 55816d5

Please sign in to comment.