Skip to content

Commit 80bc1ac

Browse files
authored
Merge pull request matplotlib#29376 from tacaswell/api/bump_pillow
2 parents c01eb01 + 023f6a5 commit 80bc1ac

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: doc/install/dependencies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ reference.
2828
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.3.1)
2929
* `NumPy <https://numpy.org>`_ (>= 1.23)
3030
* `packaging <https://pypi.org/project/packaging/>`_ (>= 20.0)
31-
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 8.0)
31+
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 9.0)
3232
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>= 2.3.1)
3333

3434

Diff for: environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- pybind11>=2.13.2
2020
- meson-python>=0.13.1
2121
- numpy<2.1
22-
- pillow>=8
22+
- pillow>=9
2323
- pkg-config
2424
- pygobject
2525
- pyparsing>=2.3.1

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"kiwisolver >= 1.3.1",
3838
"numpy >= 1.23",
3939
"packaging >= 20.0",
40-
"pillow >= 8",
40+
"pillow >= 9",
4141
"pyparsing >= 2.3.1",
4242
"python-dateutil >= 2.7",
4343
]

Diff for: requirements/testing/minver.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ meson-python==0.13.1
99
meson==1.1.0
1010
numpy==1.23.0
1111
packaging==20.0
12-
pillow==8.3.2
12+
pillow==9.0.1
1313
pyparsing==2.3.1
1414
pytest==7.0.0
1515
python-dateutil==2.7

Diff for: requirements/testing/mypy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cycler>=0.10
1919
fonttools>=4.22.0
2020
kiwisolver>=1.3.1
2121
packaging>=20.0
22-
pillow>=8
22+
pillow>=9
2323
pyparsing>=2.3.1
2424
python-dateutil>=2.7
2525
setuptools_scm>=7

0 commit comments

Comments
 (0)