Added pillow 11 to supported version range

This commit is contained in:
squidfunk
2025-08-31 09:56:32 +02:00
parent 0d262ec188
commit 13c9c77af6

View File

@@ -63,7 +63,7 @@ git = [
"mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4"
]
imaging = [
"pillow~=10.2",
"pillow~=10.2,~=11.0",
"cairosvg~=2.6"
]