From 3bf26d5663c7f5d28c44fcb8a24cd0f52987a19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 06:02:44 +0000 Subject: [PATCH] build(deps): Bump django from 5.2.6 to 6.0.1 Bumps [django](https://github.com/django/django) from 5.2.6 to 6.0.1. - [Commits](https://github.com/django/django/compare/5.2.6...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 8d9292e..28af695 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mypy==1.17.0 prospector[with_everything]==1.17.2 jsonpickle==4.0.2 -Django==5.2.6 +Django==6.0.1 pylint==3.3.7 Flask==3.1.1