From ab67e6877f1a93c6bec1ddb49e81f06a2ce15b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:37:11 +0000 Subject: [PATCH] Bump django from 1.7.11 to 2.2.24 in /test_project Bumps [django](https://github.com/django/django) from 1.7.11 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.7.11...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_project/requirements-1.7.txt | 2 +- test_project/requirements-1.8.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_project/requirements-1.7.txt b/test_project/requirements-1.7.txt index 9cde8f2..d5b1c87 100644 --- a/test_project/requirements-1.7.txt +++ b/test_project/requirements-1.7.txt @@ -1,2 +1,2 @@ -Django==1.7.11 +Django==2.2.24 -r requirements.txt diff --git a/test_project/requirements-1.8.txt b/test_project/requirements-1.8.txt index 7b7da2e..d5b1c87 100644 --- a/test_project/requirements-1.8.txt +++ b/test_project/requirements-1.8.txt @@ -1,2 +1,2 @@ -Django==1.8.10 +Django==2.2.24 -r requirements.txt