From 711665ba9e94014c6b09e47bf5672f59e7b1485b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 02:55:31 +0000 Subject: [PATCH] Bump django from 1.8.14 to 1.11.28 Bumps [django](https://github.com/django/django) from 1.8.14 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.14...1.11.28) Signed-off-by: dependabot[bot] --- common-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-requirements.txt b/common-requirements.txt index 8152868..c53f4bc 100644 --- a/common-requirements.txt +++ b/common-requirements.txt @@ -4,7 +4,7 @@ # Due to issues with some packages compiling on dev machines we break out # requirements that are needed on Heroku (requirements.txt) and on dev machines # (dev-requirements.txt) -Django==1.8.14 +Django==1.11.28 psycopg2==2.6 # Environment Manager