From a0f6ad9ab1aa1b783ac3fd252c0c031f579941a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 23:00:56 +0000 Subject: [PATCH] deps(backend): bump django Bumps the django group with 1 update in the /backend directory: [django](https://github.com/django/django). Updates `django` from 5.1.4 to 6.0.5 - [Commits](https://github.com/django/django/compare/5.1.4...6.0.5) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: django ... 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 22a877c..64b6e78 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ # Core -Django==5.1.4 +Django==6.0.5 djangorestframework==3.17.1 djangorestframework-simplejwt==5.5.1 django-cors-headers==4.9.0