From be92d69894810f7e092a237583c5c518d50c7b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 17:03:29 +0000 Subject: [PATCH] build(deps): bump requests from 2.18.4 to 2.20.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3b969c..c95e896 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ chardet==3.0.4 idna==2.6 pymongo==3.6.0 redis==2.10.6 -requests==2.18.4 +requests==2.20.0 urllib3==1.22