From 8ab189e7dfdb36f5fde9fa2fb793e6798c480e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 11 Jun 2019 02:21:53 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.1.9 Bumps [django](https://github.com/django/django) from 2.1.7 to 2.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.7...2.1.9) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2767290..b3a8894 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dj-database-url==0.5.0 -Django==2.1.7 +Django==2.1.9 django-cors-headers==2.4.0 django-heroku==0.3.1 gunicorn==19.9.0