From a2a1103b6c3545eb134d64cd003c657a6f351d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:59:50 +0000 Subject: [PATCH] Bump django from 1.10.7 to 4.2.26 Bumps [django](https://github.com/django/django) from 1.10.7 to 4.2.26. - [Commits](https://github.com/django/django/compare/1.10.7...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 b92e69a..2d08541 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ git+https://github.com/dbca-wa/dbca-utils@1.0.2 psycopg2-binary==2.8.2 -Django==1.10.7 +Django==4.2.26 django-extensions==1.7.6 django-dotenv==1.4.2 dj-database-url==0.5.0