From 6e5b9011003672addcf32566488bc0204df66981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:35:28 +0000 Subject: [PATCH] Bump django from 1.11 to 2.2.24 in /dbr Bumps [django](https://github.com/django/django) from 1.11 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dbr/requirements-django1.11.txt | 2 +- dbr/requirements-django2.0.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbr/requirements-django1.11.txt b/dbr/requirements-django1.11.txt index ed1a22f..529811a 100644 --- a/dbr/requirements-django1.11.txt +++ b/dbr/requirements-django1.11.txt @@ -1,2 +1,2 @@ business-rules==1.0.1 -Django==1.11 +Django==2.2.24 diff --git a/dbr/requirements-django2.0.txt b/dbr/requirements-django2.0.txt index 0e35502..529811a 100644 --- a/dbr/requirements-django2.0.txt +++ b/dbr/requirements-django2.0.txt @@ -1,2 +1,2 @@ business-rules==1.0.1 -Django==2.0.7 +Django==2.2.24