From 15b0f63eb11081221e10b88d271ebabc711a53ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 23:28:34 +0000 Subject: [PATCH] Bump django in /Reference Project/web_speller/backend/requirements Bumps [django](https://github.com/django/django) from 2.0.5 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.5...2.2.13) Signed-off-by: dependabot[bot] --- Reference Project/web_speller/backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference Project/web_speller/backend/requirements/base.txt b/Reference Project/web_speller/backend/requirements/base.txt index f7b6df4..2a04dc6 100644 --- a/Reference Project/web_speller/backend/requirements/base.txt +++ b/Reference Project/web_speller/backend/requirements/base.txt @@ -4,7 +4,7 @@ wheel==0.31.1 # Django -django==2.0.5 +django==2.2.13 # HTTP for Humans requests==2.18.4