Skip to content

Commit eb3af02

Browse files
Bump pillow from 4.3.0 to 6.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](python-pillow/Pillow@4.3.0...6.2.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 67eb7ca commit eb3af02

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ werkzeug >= 0.11.4
44
# JPEG-compressed TIFFs.
55
#
66
# See https://github.com/loris-imageserver/loris/issues/405
7-
pillow >= 2.4.0, <5.0
7+
pillow >= 2.4.0, < 7.0
88

99
configobj >= 4.7.2,<=5.0.0
1010
requests >= 2.12.0

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ configobj==5.0.0
1313
cryptography==2.3
1414
idna==2.6 # via cryptography, requests
1515
netaddr==0.7.19
16-
olefile==0.45.1 # via pillow
17-
pillow==4.3.0
16+
pillow==6.2.0
1817
pycparser==2.18 # via cffi
1918
pyjwt==1.5.3
2019
requests==2.20.0

requirements_test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ idna==2.6
1818
mccabe==0.6.1 # via flake8
1919
mock==2.0.0 # via responses
2020
netaddr==0.7.19
21-
olefile==0.45.1
2221
pbr==3.1.1 # via mock
23-
pillow==4.3.0
22+
pillow==6.2.0
2423
py==1.5.2 # via pytest
2524
pycodestyle==2.3.1 # via flake8
2625
pycparser==2.18

0 commit comments

Comments
 (0)