Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80bc1ac

Browse files
authored
Merge pull request#29376 from tacaswell/api/bump_pillow
2 parentsc01eb01 +023f6a5 commit80bc1ac

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎doc/install/dependencies.rst

Lines changed: 1 addition & 1 deletion
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

‎environment.yml

Lines changed: 1 addition & 1 deletion
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

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
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
]

‎requirements/testing/minver.txt

Lines changed: 1 addition & 1 deletion
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

‎requirements/testing/mypy.txt

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp