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-6219984
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986
  • Loading branch information
snyk-bot committed Feb 2, 2024
1 parent 02e54f8 commit 909628a
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.21.5
keyboard>=0.13.5
clipboard>=0.0.4
opencv-python==4.5.5.62
pillow>=9.0.1
pillow>=10.2.0
screeninfo>=0.8
pyperclip==1.8.2
PyScreeze>=0.1.27
Expand Down

0 comments on commit 909628a

Please sign in to comment.