1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 14:05:21 +02:00

fix(deps): update dependency pillow to v11 (#4366)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-15 11:03:06 -05:00 committed by GitHub
parent 77de9fee98
commit 1af2473a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 80 additions and 85 deletions

View file

@ -10,7 +10,7 @@ start = "mealie.app:main"
[tool.poetry.dependencies]
Jinja2 = "^3.1.2"
Pillow = "^10.0.1"
Pillow = "^11.0.0"
PyYAML = "^6.0.1"
SQLAlchemy = "^2"
aiofiles = "^24.0.0"