Skip to content

Commit

Permalink
Merge pull request #391 from earthgecko/SNAB
Browse files Browse the repository at this point in the history
Update Pillow
  • Loading branch information
earthgecko committed Jan 15, 2021
2 parents 16300e2 + 749a203 commit 041b52a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,16 @@ cycler==0.10.0
#pyparsing==2.4.2
pyparsing==2.4.7

# @added 20210115 - Bug #3940: SNYK-PYTHON-PILLOW-1055461 and SNYK-PYTHON-PILLOW-1055462
# Added as matplotlib@3.3.3 introduced pillow@8.0.1 and Pillow is now fixed at
# 8.1.0 as per:
# https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1055461
# https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1055462
# https://github.com/python-pillow/Pillow/pull/5174 which fixes CVE-2020-35653
# and CVE-2020-35655
# When matplotlib requires >=8.1.0 this Pillow==8.1.0 can be removed
Pillow==8.1.0

# @modified 20160820 - Issue #23 Test dependency updates
#matplotlib==1.5.1
# @modified 20161119 - Branch #922: ionosphere
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ python-dateutil==2.8.1
pytz==2020.5
cycler==0.10.0
pyparsing==2.4.7
Pillow==8.1.0
matplotlib==3.3.3
pandas==1.2.0
patsy==0.5.1
Expand Down

0 comments on commit 041b52a

Please sign in to comment.