From 5eb01de4adddb46669516335d8f1b61bb625fbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 15:31:59 +0000 Subject: [PATCH] Bump requests in /Reference Project/web_speller/backend/requirements Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. - [Release notes](https://github.com/requests/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/requests/requests/compare/v2.18.4...v2.20.0) 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..66f3232 100644 --- a/Reference Project/web_speller/backend/requirements/base.txt +++ b/Reference Project/web_speller/backend/requirements/base.txt @@ -7,7 +7,7 @@ wheel==0.31.1 django==2.0.5 # HTTP for Humans -requests==2.18.4 +requests==2.20.0 # Configuration django-environ==0.4.4