From c0c55986446a37d5b5757ac231cbd72d2fafc551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:45:10 +0000 Subject: [PATCH] Bump django from 1.11.6 to 1.11.28 Bumps [django](https://github.com/django/django) from 1.11.6 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.6...1.11.28) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d73e39..f54a196 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ click==6.7 # via python-dotenv dj-database-url==0.4.2 django-anymail[mailgun]==1.0 django-registration-redux==1.8 -django==1.11.6 +django==1.11.28 gunicorn==19.7.1 idna==2.6 # via requests psycopg2==2.7.3.2