chore: Upgrade Pillow HEIF (#5657)

This commit is contained in:
Michael Genson
2025-07-08 05:08:04 -05:00
committed by GitHub
parent 49c704a4b1
commit 095b92c29a
3 changed files with 52 additions and 53 deletions

View File

@@ -14,7 +14,7 @@ mealie = "mealie.main:main"
[tool.poetry.dependencies]
Jinja2 = "^3.1.2"
Pillow = "^11.0.0"
Pillow = "^11.3.0"
PyYAML = "^6.0.1"
SQLAlchemy = "^2"
aiofiles = "^24.0.0"
@@ -49,7 +49,7 @@ authlib = "^1.3.0"
html2text = "^2025.0.0"
paho-mqtt = "^1.6.1"
pydantic-settings = "^2.1.0"
pillow-heif = "^0.22.0"
pillow-heif = "^1.0.0"
pyjwt = "^2.8.0"
openai = "^1.63.0"
typing-extensions = "^4.12.2"