From 1f2dc62e0469b0de61d20ff1119a9dcb8b4777d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:23:23 +0000 Subject: [PATCH] build(deps): bump django from 6.0.4 to 6.0.5 Bumps [django](https://github.com/django/django) from 6.0.4 to 6.0.5. - [Commits](https://github.com/django/django/compare/6.0.4...6.0.5) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production ... 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..226fc0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pylint==4.0.5 -Django==6.0.4 +Django==6.0.5 pylint-django==2.7.0 Flask==3.1.3 pylint-flask==0.6