From 9904086b317ce5d11cdcc46342e85e46d72e1130 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Mon, 29 Oct 2018 19:32:12 -0700 Subject: [PATCH] In setup.py too --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bf709c..a2882bc 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( 'natsort>=5.2.0,<5.3', # botocore doesn't like >=2.7.0 for some reason 'python-dateutil>=2.6.0,<2.7.0', - 'requests>=2.18.4' + 'requests>=2.20.0' ], license='MIT', long_description=open('README.md').read(),