From 1bca279eeb0a0270ff2bdeae9d91707cf201fe31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:24:22 +0000 Subject: [PATCH] Bump django from 6.0.7 to 6.1 in /backend in the pip-minor-patch group Bumps the pip-minor-patch group in /backend with 1 update: [django](https://github.com/django/django). Updates `django` from 6.0.7 to 6.1 - [Commits](https://github.com/django/django/compare/6.0.7...6.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch ... 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 8c5c47d..f874231 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ anthropic>=0.120.2 gunicorn>=26.0.0 asgiref==3.12.1 requests>=2.34.2 -Django==6.0.7 +Django==6.1 django-cors-headers==4.9.0 graphene==3.4.3 graphene-django==3.2.3