From 6095af19df3e43903347eb6991ee80cf0b0aa3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 01:56:50 +0000 Subject: [PATCH] Bump django from 2.1.5 to 2.2.13 in /coronavirus_awareness Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.5...2.2.13) Signed-off-by: dependabot[bot] --- coronavirus_awareness/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coronavirus_awareness/requirements.txt b/coronavirus_awareness/requirements.txt index 8009637..b7757fb 100644 --- a/coronavirus_awareness/requirements.txt +++ b/coronavirus_awareness/requirements.txt @@ -1,2 +1,2 @@ -Django==2.1.5 +Django==2.2.13 requests