From e825e678291e5047363cc636fd02adc9e0fdb8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:20:10 +0000 Subject: [PATCH] Bump django in /backend in the pip group across 1 directory Bumps the pip group with 1 update in the /backend directory: [django](https://github.com/django/django). Updates `django` from 5.2.7 to 5.2.8 - [Commits](https://github.com/django/django/compare/5.2.7...5.2.8) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.8 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",