chore(deps): upgrade Pillow to 12.1.0

- Pillow 11.1.0 → 12.1.0
- Add Django 6 upgrade notes (blocked by CheckConstraint API change)
- Update uv.lock
This commit is contained in:
pacnpal
2026-01-14 15:43:43 -05:00
parent 4140a0d8e7
commit fbfda9a3d8
3 changed files with 78 additions and 39 deletions

View File

@@ -30,7 +30,7 @@ dependencies = [
# =============================================================================
# Image Processing & Media
# =============================================================================
"Pillow>=10.4.0,<11.2",
"Pillow>=12.0",
"django-cleanup>=8.1.0",
"piexif>=1.1.3",
"django-cloudflareimages-toolkit>=1.0.6",
@@ -193,6 +193,7 @@ output = "coverage.xml"
[tool.uv.sources]
python-json-logger = { url = "https://github.com/nhairs/python-json-logger/releases/download/v3.0.0/python_json_logger-3.0.0-py3-none-any.whl" }
# Removed django-celery-beat git source - using constraint override in workspace root
# =============================================================================
# Ruff Configuration