Skip to content

Commit f85a80b

Browse files
Bump pillow from 2.7 to 9.3.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.7 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@2.7.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b43cc8 commit f85a80b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

REQUIREMENTS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python>=3
22
# PIL
3-
Pillow==2.7
3+
Pillow==9.3.0
44
# PIL # mock to prevent lint errors
55
six
66
# yaml

requirements_deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Extra dependencies: Requirements and requirements' requirements,
22
# Listing these here so you can install as many as possible with Conda.
33

4-
Pillow==2.7
4+
Pillow==9.3.0
55
six
66
pyyaml
77
numpy

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# python2 should still work but is not actively tested against:
44
# python>=3
55
# PIL
6-
Pillow==2.7
6+
Pillow==9.3.0
77
six
88
# yaml provided by pyyaml package:
99
pyyaml

requirements_no_cairo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python>=3
22
# PIL
3-
Pillow==2.7
3+
Pillow==9.3.0
44
six
55
# yaml
66
pyyaml

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
'pyyaml', # YAML files
8686
'svgwrite', # Composing svg files.
8787
'six', # Python2.7 compatability
88-
'pillow==2.7', # Image reading and manipulation.
88+
'pillow==9.3.0', # Image reading and manipulation.
8989
'numpy', # Adjusting contrast, mostly.
9090
'cffi', # Cairo - used to convert SVG files to PNG
9191
'cairocffi',

0 commit comments

Comments
 (0)