From 2452c87dcbb38ec712a61134279f372671b843b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 15:16:03 +0000 Subject: [PATCH] Bump django from 1.8.14 to 1.11.23 Bumps [django](https://github.com/django/django) from 1.8.14 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.14...1.11.23) 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..95f9c3d 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.23 psycopg2==2.6 # Environment Manager