From 06fb00c9db2219bc9546cdb3bdcc6de9f3ca5dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 00:19:41 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.2.10 in /backend/deploy Bumps [django](https://github.com/django/django) from 2.1.7 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.7...2.2.10) Signed-off-by: dependabot[bot] --- backend/deploy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/deploy/requirements.txt b/backend/deploy/requirements.txt index aa0dadf..c229d38 100644 --- a/backend/deploy/requirements.txt +++ b/backend/deploy/requirements.txt @@ -1,7 +1,7 @@ certifi==2019.3.9 chardet==3.0.4 coverage==4.5.3 -Django==2.1.7 +Django==2.2.10 django-redis==4.10.0 djangorestframework==3.8.2 entrypoints==0.3