From 5155a5f2e3d3b02976c005da29db01e090d43d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:34:14 +0000 Subject: [PATCH] Bump django from 2.2 to 2.2.4 Bumps [django](https://github.com/django/django) from 2.2 to 2.2.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2...2.2.4) Signed-off-by: dependabot[bot] --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c98562d..e8c4729 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,10 +12,11 @@ certifi==2019.3.9 # via requests chardet==3.0.4 # via requests click==7.0 # via open-humans-api configparser==3.7.4 # via tini +dj-database-url==0.5.0 # via django-heroku django-crispy-forms==1.7.2 django-heroku==0.3.1 django-open-humans==0.1.3 -django==2.2 +django==2.2.4 env-tools==2.2.0 gunicorn==19.9.0 humanfriendly==4.18 # via open-humans-api