From b592d67a5e963206323ff4288402705620a41c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:33:15 +0000 Subject: [PATCH] Bump django from 1.11.27 to 2.2.24 in /example/requirements Bumps [django](https://github.com/django/django) from 1.11.27 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.27...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/requirements/base.txt | 2 +- example/requirements/base.update.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/requirements/base.txt b/example/requirements/base.txt index 1d616a4..f44fd33 100644 --- a/example/requirements/base.txt +++ b/example/requirements/base.txt @@ -1 +1 @@ -django==1.11.27 +django==2.2.24 diff --git a/example/requirements/base.update.txt b/example/requirements/base.update.txt index 1d55ad7..ba8be03 100644 --- a/example/requirements/base.update.txt +++ b/example/requirements/base.update.txt @@ -1 +1 @@ -django==1.11.* +django==2.2.*