Security: Update Django dependency to version 6.0.5
Some checks failed
Base Image Build / prepare (push) Has been cancelled
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
Base Image Build / docker (amd64, ubuntu-24.04) (push) Has been cancelled
Base Image Build / docker (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Base Image Build / create-manifest (push) Has been cancelled

This commit is contained in:
SergeantPanda 2026-05-19 09:05:18 -05:00
parent 50e23cbfd7
commit 322c7c9323

View file

@ -6,7 +6,7 @@ license = "AGPL-3.0-only"
requires-python = ">=3.13"
dynamic = ["version"]
dependencies = [
"Django==6.0.4",
"Django==6.0.5",
"psycopg2-binary==2.9.12",
"celery[redis]==5.6.3",
"djangorestframework==3.17.1",