Skip to content

Commit 909628a

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
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
1 parent 02e54f8 commit 909628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ numpy>=1.21.5
44
keyboard>=0.13.5
55
clipboard>=0.0.4
66
opencv-python==4.5.5.62
7-
pillow>=9.0.1
7+
pillow>=10.2.0
88
screeninfo>=0.8
99
pyperclip==1.8.2
1010
PyScreeze>=0.1.27

0 commit comments

Comments
 (0)