From d341bee9e75f60641345e73fd4413ffc2d531d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 09:22:54 +0000 Subject: [PATCH] Bump requests from 2.18.4 to 2.20.0 in /demo/django_demo 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] --- demo/django_demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/django_demo/requirements.txt b/demo/django_demo/requirements.txt index cdef211..808edab 100644 --- a/demo/django_demo/requirements.txt +++ b/demo/django_demo/requirements.txt @@ -3,5 +3,5 @@ chardet==3.0.4 Django==1.8 idna==2.6 pytz==2017.3 -requests==2.18.4 +requests==2.20.0 urllib3==1.22