From efdf06697fb007109fff399fe7f03deeaddd809d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 05:30:32 +0000 Subject: [PATCH] Bump requests from 2.18.4 to 2.20.0 in /backend Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.18.4...v2.20.0) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 02e5ab0..75f6545 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ itsdangerous==0.24 Jinja2==2.9.6 MarkupSafe==1.0 pyserial==3.4 -requests==2.18.4 +requests==2.20.0 six==1.10.0 urllib3==1.22 Werkzeug==0.12.2