From 2802d4fa8d65d4bfc2b222a02ff44d4b618b42cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 22:15:16 +0000 Subject: [PATCH] Bump requests from 2.10.0 to 2.20.0 Bumps [requests](https://github.com/requests/requests) from 2.10.0 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.10.0...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 19a40ff..50f218e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ colorama>=0.3.7 -requests==2.10.0 +requests==2.20.0 configparser>=3.5.0 future==0.16.0 diff --git a/setup.py b/setup.py index 53c3af3..c963194 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ packages=['getit'], install_requires=[ 'configparser>=3.5.0', - 'requests==2.10.0', + 'requests==2.20.0', 'colorama>=0.3.7', 'future==0.16.0' ],