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-6514866
- https://snyk.io/vuln/SNYK-PYTHON-PYLINT-6514864
  • Loading branch information
snyk-bot committed Apr 1, 2024
1 parent 75f1128 commit fa89a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ more-itertools==8.6.0
MouseInfo==0.1.3
numpy==1.19.5
oauthlib==3.1.0
Pillow==8.0.1
Pillow==10.3.0
pprintpp==0.4.0
protobuf==3.14.0
psutil==5.7.3
Expand All @@ -43,7 +43,7 @@ pycodestyle==2.6.0
pyflakes==2.2.0
PyGetWindow==0.0.9
pyjokes==0.6.0
pylint==2.6.0
pylint==2.6.1
PyMsgBox==1.0.9
pyperclip==1.8.1
pypiwin32==223
Expand Down

0 comments on commit fa89a42

Please sign in to comment.