File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ reference.
28
28
* `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.3.1)
29
29
* `NumPy <https://numpy.org >`_ (>= 1.23)
30
30
* `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)
32
32
* `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 2.3.1)
33
33
34
34
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
19
19
- pybind11>=2.13.2
20
20
- meson-python>=0.13.1
21
21
- numpy<2.1
22
- - pillow>=8
22
+ - pillow>=9
23
23
- pkg-config
24
24
- pygobject
25
25
- pyparsing>=2.3.1
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies = [
37
37
" kiwisolver >= 1.3.1" ,
38
38
" numpy >= 1.23" ,
39
39
" packaging >= 20.0" ,
40
- " pillow >= 8 " ,
40
+ " pillow >= 9 " ,
41
41
" pyparsing >= 2.3.1" ,
42
42
" python-dateutil >= 2.7" ,
43
43
]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ meson-python==0.13.1
9
9
meson==1.1.0
10
10
numpy==1.23.0
11
11
packaging==20.0
12
- pillow==8.3.2
12
+ pillow==9.0.1
13
13
pyparsing==2.3.1
14
14
pytest==7.0.0
15
15
python-dateutil==2.7
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cycler>=0.10
19
19
fonttools>=4.22.0
20
20
kiwisolver>=1.3.1
21
21
packaging>=20.0
22
- pillow>=8
22
+ pillow>=9
23
23
pyparsing>=2.3.1
24
24
python-dateutil>=2.7
25
25
setuptools_scm>=7
You can’t perform that action at this time.
0 commit comments