From ec3cd7d0b3671a27ad03418247d2e80f86f08c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 18:08:16 +0000 Subject: [PATCH] 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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b17baae..d43457d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pytz==2019.3 -requests==2.18.4 +requests==2.20.0 diff --git a/setup.py b/setup.py index 4a48688..514b987 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ author='Ederson Brilhante', author_email='ederson.brilhante@corp.globo.com', install_requires=[ - 'requests==2.18.4' + 'requests==2.20.0' ], url='https://github.com/globocom/globomap-loader-api-client', packages=['globomap_loader_api_client'],