From 649c0b9c8b81697c7d1a192f36f755b4813ca90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:33:08 +0000 Subject: [PATCH] Bump django from 1.6 to 2.2.24 in /requirements Bumps [django](https://github.com/django/django) from 1.6 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.6...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/tests-2.6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests-2.6.txt b/requirements/tests-2.6.txt index 1fd5ef6..a5ff083 100644 --- a/requirements/tests-2.6.txt +++ b/requirements/tests-2.6.txt @@ -1,5 +1,5 @@ --requirement=base.txt --requirement=tests-base.txt -django==1.6 +django==2.2.24 ordereddict