Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit bb65f91

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

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,6 +5,6 @@ futures==3.1.1
55
idna==2.6
66
img2pdf==0.2.4
77
olefile==0.44
8-
Pillow==9.0.0
8+
Pillow==9.3.0
99
requests==2.20.0
1010
urllib3==1.26.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'idna==2.6',
2525
'img2pdf==0.2.4',
2626
'olefile==0.44',
27-
'Pillow==9.0.0',
27+
'Pillow==9.3.0',
2828
'requests==2.20.0',
2929
'urllib3==1.26.5'
3030
],

0 commit comments

Comments
 (0)