Skip to content

Commit f2b5ed5

Browse files
authored
fix: correct minimal version of pillow
1 parent bbcb090 commit f2b5ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainers = [
1717
]
1818

1919
dependencies = [
20-
"Pillow>=1.11.3",
20+
"Pillow>=11.3",
2121
]
2222
requires-python = ">= 3.9"
2323

0 commit comments

Comments
 (0)