From 463eb26d9693203dbfb29af3cdf2091fafac6caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:52:36 +0000 Subject: [PATCH] build(deps): bump django from 5.2.6 to 6.0.3 Bumps [django](https://github.com/django/django) from 5.2.6 to 6.0.3. - [Commits](https://github.com/django/django/compare/5.2.6...6.0.3) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.3 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..60d7182 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pylint==3.3.9 -Django==5.2.6 +Django==6.0.3 pylint-django==2.6.1 Flask==3.1.2 pylint-flask==0.6