From 9663288837ec7f9a6a5a945b72ed1a5274700e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 23:41:04 +0000 Subject: [PATCH] Bump django from 1.4.2 to 2.2.28 in /tests Bumps [django](https://github.com/django/django) from 1.4.2 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.4.2...2.2.28) --- 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..40acac339 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -Django==1.4.2 +Django==2.2.28 Whoosh==2.4.1 httplib2==0.8 mock==1.0.1