Skip to content

Commit

Permalink
fix: 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-PILLOW-5918878
  • Loading branch information
snyk-bot committed Sep 27, 2023
1 parent 06839b0 commit 436a629
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 @@ -4,7 +4,7 @@ numpy>=1.20.2
scipy
scikit-image
tqdm
Pillow>=9.0.0
Pillow>=10.0.1
matplotlib>=3.4.1
pip
h5py
Expand Down

0 comments on commit 436a629

Please sign in to comment.