Skip to content

Commit 5c77f02

Browse files
committed
build: Require at least Pillow 12.0
1 parent 65d4561 commit 5c77f02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"diskcache>=5.6.3",
4343
"lxml>=6.0.0,<7",
4444
"markupsafe>=3.0.2,<4.0",
45-
"pillow>=11.2.1",
45+
"pillow>=12.0.0",
4646
"platformdirs>=4.3.7",
4747
"python-datauri>=3.0.2",
4848
"pyyaml>=6.0.2",
@@ -156,7 +156,7 @@ typecheck = [
156156
"jinja2==3.1.6",
157157
"markupsafe==3.0.2",
158158
"mypypp==0.1.1",
159-
"pillow==11.2.1",
159+
"pillow==12.0.0",
160160
"platformdirs==4.3.7",
161161
"requests-mock==1.12.1",
162162
"sphinx==8.1.3",

0 commit comments

Comments
 (0)