From abc871456b8ab9ce4ec495647983c146d6f8391d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:23:36 +0000 Subject: [PATCH] Bump django from 5.1.10 to 6.0.1 Bumps [django](https://github.com/django/django) from 5.1.10 to 6.0.1. - [Commits](https://github.com/django/django/compare/5.1.10...6.0.1) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6a111d..4ccdaef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ asgiref==3.9.0 -Django==5.1.10 +Django==6.0.1 sqlparse==0.5.3