From b4625630ae38cd4822d9b8bad2d225a00dea8d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:49:57 +0000 Subject: [PATCH] Bump django from 5.2.14 to 5.2.15 in /backend Bumps [django](https://github.com/django/django) from 5.2.14 to 5.2.15. - [Commits](https://github.com/django/django/compare/5.2.14...5.2.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1a34ce1..c5b6060 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ # Core Django packages (version-pinned for stability) -Django==5.2.14 +Django==5.2.15 djangorestframework==3.16.0 django-cors-headers==4.7.0 django-environ==0.12.0