From 02be8a418f105f80d96d463e56b658e4a8732e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:46:09 +0000 Subject: [PATCH] Bump django from 3.2.8 to 4.2.26 Bumps [django](https://github.com/django/django) from 3.2.8 to 4.2.26. - [Commits](https://github.com/django/django/compare/3.2.8...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 8db4847..ba0b71e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Flask jasypt4py -django==3.2.8 +django==4.2.26 requests==2.31.0