From efae9b32e307f3a354e08f8fd8f39e3b17004f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:52:39 +0000 Subject: [PATCH] build(deps): bump django from 6.0.4 to 6.0.6 Bumps [django](https://github.com/django/django) from 6.0.4 to 6.0.6. - [Commits](https://github.com/django/django/compare/6.0.4...6.0.6) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03e8220..06b2e1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pylint==4.0.5 -Django==6.0.4 +Django==6.0.6 pylint-django==2.7.0 Flask==3.1.3 pylint-flask==0.6