From f72e4b2592c74f7a01aa154c1eae9a53be6808d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:06:19 +0000 Subject: [PATCH] Bump django from 1.4.2 to 3.2.24 in /tests Bumps [django](https://github.com/django/django) from 1.4.2 to 3.2.24. - [Commits](https://github.com/django/django/compare/1.4.2...3.2.24) --- updated-dependencies: - dependency-name: django 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..7b0654f05 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -Django==1.4.2 +Django==3.2.24 Whoosh==2.4.1 httplib2==0.8 mock==1.0.1