From 1740d14578c1a6fb1b2eeb290e22dc37c5ebcfef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:08:54 +0000 Subject: [PATCH] Bump django from 1.4.2 to 4.2.30 in /tests Bumps [django](https://github.com/django/django) from 1.4.2 to 4.2.30. - [Commits](https://github.com/django/django/compare/1.4.2...4.2.30) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 31bb6aeac..f7c4a69e8 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -Django==1.4.2 +Django==4.2.30 Whoosh==2.4.1 httplib2==0.8 mock==1.0.1