From 8e1ef75eb82e5a23ff7fc8013d57ca507c59e76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 22:01:11 +0000 Subject: [PATCH] Bump requests from 2.11.1 to 2.20.0 Bumps [requests](https://github.com/requests/requests) from 2.11.1 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.11.1...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 a7a7cc5..a0c9972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==6.6 -requests==2.11.1 +requests==2.20.0 pathspec==0.4.0 watchdog==0.8.3 opbeat==3.4.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 6a48efd..a3fbe67 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ description="Glass CLI", install_requires=[ 'click==6.6', - 'requests==2.10.0', + 'requests==2.20.0', 'pathspec==0.3.4', 'watchdog==0.8.3', ],