From 1c202daebf436493ed1b8e4040e1cf36edde8ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 20:31:01 +0000 Subject: [PATCH] Bump requests from 2.18.4 to 2.20.0 in /cron 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] --- cron/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/requirements.txt b/cron/requirements.txt index 54ffe59..88cbefa 100644 --- a/cron/requirements.txt +++ b/cron/requirements.txt @@ -1,4 +1,4 @@ selenium==3.8.0 urllib3==1.22 -requests==2.18.4 +requests==2.20.0 PyJWT==1.7.1 \ No newline at end of file