From 799fd3b29ef8431494b8a957502cec342007da69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:11:03 +0000 Subject: [PATCH] build(deps): bump django from 1.11.29 to 4.2.26 Bumps [django](https://github.com/django/django) from 1.11.29 to 4.2.26. - [Commits](https://github.com/django/django/compare/1.11.29...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 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 14d0219..366bdee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pylint==1.9.5 -Django==1.11.29 +Django==4.2.26 pylint-django==0.11.1 Flask==1.1.4 pylint-flask==0.6