From 3ba8d5f69798f2f53c6aa1c2b2bc3dd5a64576c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 00:29:02 +0000 Subject: [PATCH] Bump requests from 2.5.3 to 2.20.0 Bumps [requests](https://github.com/requests/requests) from 2.5.3 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.5.3...v2.20.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c431f1b..67705fb 100644 --- a/setup.py +++ b/setup.py @@ -9,5 +9,5 @@ author='fatiherikli', author_email='fatiherikli@gmail.com', description='Python Wrapper For Graph Commons API.', - install_requires=['requests==2.5.3'], + install_requires=['requests==2.20.0'], )