From 56b4805526985ce45cde96357827d09e0bc35d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 15:46:33 +0000 Subject: [PATCH] Bump requests from 2.7.0 to 2.20.0 Bumps [requests](https://github.com/requests/requests) from 2.7.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.7.0...v2.20.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index dd27e14..bdf505c --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'functioncache==0.92', 'argparse==1.3.0', 'pyyaml==3.11', - 'requests==2.7.0', + 'requests==2.20.0', 'requests-kerberos==0.7.0', # FIXME: no hard dep; orgchart3 only 'pandas==0.16.2', # FIXME: shouldn't be a hard dep; orgchart3 only ]