From 338b6754d425bcf00e79ac5b4cb5987e5eb5a50a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:34:40 +0000 Subject: [PATCH] Bump django from 3.1.13 to 4.2.26 Bumps [django](https://github.com/django/django) from 3.1.13 to 4.2.26. - [Commits](https://github.com/django/django/compare/3.1.13...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 deda90a..d1e672f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==3.1.13 # web framework for Python +Django==4.2.26 # web framework for Python django-crispy-forms==1.9.1 # django forms with bootstrap python-decouple==3.3 # keeps your secrets safe requests==2.23.0 # module to perform url calls