diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b63d5dbff7..1c469c2358 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -44,7 +44,7 @@ known-first-party = [ [project] requires-python = ">=3.13.5" dependencies = [ - "django==5.2.7", + "django==5.2.8", "django-environ==0.10.0", "django-model-utils==5.0.0", "django-timezone-field==7.0",