[deps] Upgrades pillow to work with Python 3.11

This commit is contained in:
2025-04-04 10:23:41 -04:00
parent 4f8a359ab9
commit 3ddd3b1684
2 changed files with 85 additions and 77 deletions

View File

@ -16,7 +16,7 @@ httpx = "<=0.27.2"
djangorestframework = "^3.13.1"
Markdown = "^3.3.6"
django-filter = "^21.1"
Pillow = "^9.0.1"
Pillow = "^11.1.0"
psycopg2 = "^2.9.3"
dj-database-url = "^0.5.0"
django-mathfilters = "^1.0.0"