From a15c460dd1328a3f49dcd429b80e01e7774ff356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:30:25 +0000 Subject: [PATCH] Bump django from 3.1 to 4.2.26 in /webapplication Bumps [django](https://github.com/django/django) from 3.1 to 4.2.26. - [Commits](https://github.com/django/django/compare/3.1...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webapplication/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 webapplication/requirements.txt diff --git a/webapplication/requirements.txt b/webapplication/requirements.txt old mode 100755 new mode 100644 index 7408238a..18c5ad59 --- a/webapplication/requirements.txt +++ b/webapplication/requirements.txt @@ -1,4 +1,4 @@ -Django==3.1 +Django==4.2.26 django-filter==2.4.0 dj-rest-auth==3.0.0 django-allauth==0.52.0