mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-05 02:15:19 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user