From cd5c35c750f4da20d8d6801d7e125d51c8e592f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:15:18 +0000 Subject: [PATCH] build(deps): bump django from 5.1.15 to 6.0.4 in /backend Bumps [django](https://github.com/django/django) from 5.1.15 to 6.0.4. - [Commits](https://github.com/django/django/compare/5.1.15...6.0.4) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-major ... 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 465203c07..f0372ed54 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==5.1.15 +Django==6.0.4 django-cors-headers==4.9.0 django-environ==0.12.0 djangorestframework==3.16.1