From 8c24e11d5bd54e7e929b8a73324d36928faf2b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 22:05:09 +0000 Subject: [PATCH] chore(deps): bump django from 6.0.7 to 6.1 in /backend Bumps [django](https://github.com/django/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 ... 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 77351de..e02ad63 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==6.0.7 +Django==6.1 django-unfold django-csp django-ninja