Pillow 11.0.x did not include native AVIF support — that was added in 11.1.0. The ~=11.0.0 pin restricted upgrades to 11.0.x, so the libavif-dev system package installed in the Dockerfile was never used (pip installs pre-compiled wheels that bundle their own libraries). Bump to Pillow ~=12.1 which ships native AVIF encoding/decoding in its PyPI wheels out of the box. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
25 lines
453 B
Plaintext
25 lines
453 B
Plaintext
Django~=5.2.0
|
|
wagtail~=7.0.0
|
|
wagtail-seo~=3.1.1
|
|
psycopg2-binary~=2.9.0
|
|
Pillow~=12.1
|
|
django-taggit~=6.0.0
|
|
whitenoise~=6.0.0
|
|
gunicorn~=23.0.0
|
|
python-dotenv~=1.0.0
|
|
dj-database-url~=2.2.0
|
|
django-tailwind~=3.8.0
|
|
django-csp~=3.8.0
|
|
pytest~=8.3.0
|
|
pytest-django~=4.9.0
|
|
pytest-cov~=5.0.0
|
|
pytest-benchmark~=4.0.0
|
|
factory-boy~=3.3.0
|
|
wagtail-factories~=4.2.0
|
|
feedparser~=6.0.0
|
|
playwright~=1.57.0
|
|
pytest-playwright~=0.7.0
|
|
ruff~=0.6.0
|
|
mypy~=1.11.0
|
|
django-stubs~=5.1.0
|