From 1e088863828f576177d06c2d4a90eb8c5fcfd51c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:40:19 +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.1.4 to 5.1.13 - [Commits](https://github.com/django/django/compare/5.1.4...5.1.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.13 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 494cf90c75..e382b21022 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.1.4", + "django==5.1.13", "django-environ==0.10.0", "django-model-utils==5.0.0", "django-timezone-field==7.0",