File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ werkzeug >= 0.11.4
4
4
# JPEG-compressed TIFFs.
5
5
#
6
6
# See https://github.com/loris-imageserver/loris/issues/405
7
- pillow >= 2.4.0, <5 .0
7
+ pillow >= 2.4.0, < 7 .0
8
8
9
9
configobj >= 4.7.2,<=5.0.0
10
10
requests >= 2.12.0
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ configobj==5.0.0
13
13
cryptography == 2.3
14
14
idna == 2.6 # via cryptography, requests
15
15
netaddr == 0.7.19
16
- olefile == 0.45.1 # via pillow
17
- pillow == 4.3.0
16
+ pillow == 6.2.0
18
17
pycparser == 2.18 # via cffi
19
18
pyjwt == 1.5.3
20
19
requests == 2.20.0
Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ idna==2.6
18
18
mccabe==0.6.1 # via flake8
19
19
mock==2.0.0 # via responses
20
20
netaddr==0.7.19
21
- olefile==0.45.1
22
21
pbr==3.1.1 # via mock
23
- pillow==4.3 .0
22
+ pillow==6.2 .0
24
23
py==1.5.2 # via pytest
25
24
pycodestyle==2.3.1 # via flake8
26
25
pycparser==2.18
You can’t perform that action at this time.
0 commit comments