From ded81ecfeecf79f079bc171c424f78dcb7d60b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 22:47:25 +0000 Subject: [PATCH] Bump django from 2.2 to 2.2.8 Bumps [django](https://github.com/django/django) from 2.2 to 2.2.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2...2.2.8) 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..8754e15 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.8 env-tools==2.2.0 gunicorn==19.9.0 humanfriendly==4.18 # via open-humans-api