From e7f072fb937bb009ccf503ab8e9f93c0503ff4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:52:27 +0000 Subject: [PATCH] build(deps): bump django from 5.2.6 to 6.0.4 Bumps [django](https://github.com/django/django) from 5.2.6 to 6.0.4. - [Commits](https://github.com/django/django/compare/5.2.6...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0de064..c543944 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pylint==3.3.9 -Django==5.2.6 +Django==6.0.4 pylint-django==2.6.1 Flask==3.1.2 pylint-flask==0.6