From d3b63498ecc7c01d7e884e3e2368947130eafdbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:17:42 +0000 Subject: [PATCH] Bump django from 1.11.6 to 1.11.29 in /example Bumps [django](https://github.com/django/django) from 1.11.6 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.6...1.11.29) Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- example/requirements2.7.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/requirements.txt b/example/requirements.txt index 9f827e8..52a0791 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -6,7 +6,7 @@ certifi==2018.4.16 chardet==3.0.4 decorator==4.3.0 defusedxml==0.5.0 -Django==1.11.6 +Django==1.11.29 django-allauth==0.36.0 idna==2.6 ipdb==0.11 diff --git a/example/requirements2.7.txt b/example/requirements2.7.txt index 3d6f45b..112ce1f 100644 --- a/example/requirements2.7.txt +++ b/example/requirements2.7.txt @@ -5,7 +5,7 @@ celery==4.1.0 certifi==2018.4.16 chardet==3.0.4 decorator==4.3.0 -Django==1.11.6 +Django==1.11.29 django-allauth==0.36.0 django-celery==3.2.2 enum34==1.1.6