From 3af7724c6343e8cfb56cb43516a595aa86bf051d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:15:59 +0000 Subject: [PATCH] build(deps): bump django from 5.1.7 to 5.2.7 in /backend Bumps [django](https://github.com/django/django) from 5.1.7 to 5.2.7. - [Commits](https://github.com/django/django/compare/5.1.7...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ec4b3cacc..9a8f98477 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==5.1.13 +Django==5.2.7 django-cors-headers==4.9.0 django-environ==0.12.0 djangorestframework==3.16.1