From f23bb8b8f921b578798a3d40cf1399876dc26ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 00:12:00 +0000 Subject: [PATCH] Bump requests from 0.11.2 to 2.20.0 Bumps [requests](https://github.com/requests/requests) from 0.11.2 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/commits/v2.20.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e71a145..68f9a21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi==0.0.8 chardet==1.0.1 httplib2==0.7.4 oauth2==1.5.211 -requests==0.11.2 +requests==2.20.0 requests-oauth==0.3.0 simplejson==2.5.0 wsgiref==0.1.2 diff --git a/setup.py b/setup.py index a4eb87d..dd6e1c6 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'chardet==1.0.1', 'httplib2==0.7.4', 'oauth2==1.5.211', - 'requests==0.11.2', + 'requests==2.20.0', 'requests-oauth==0.3.0', 'simplejson==2.5.0', 'wsgiref==0.1.2'],