Skip to content

Commit c730ccc

Browse files
Bump pillow from 6.2.2 to 9.0.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@6.2.2...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99c37bc commit c730ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ idna==2.8
55
imutils==0.5.3
66
numpy==1.17.4
77
opencv-python==4.1.1.26
8-
Pillow==6.2.2
8+
Pillow==9.0.1
99
requests==2.22.0
1010
urllib3==1.25.7
1111
flask==2.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'imutils==0.5.3',
2929
'numpy==1.17.4',
3030
'opencv-python==4.1.1.26',
31-
'Pillow==6.2.2',
31+
'Pillow==9.0.1',
3232
'requests==2.22.0',
3333
'urllib3==1.25.7'
3434
],

0 commit comments

Comments
 (0)