From 14cf5d5c11c561cfc3b75f6042cb384407e6a620 Mon Sep 17 00:00:00 2001 From: Michael Breault Date: Mon, 29 Oct 2018 15:47:36 -0400 Subject: [PATCH] updated version of requests libray --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76ad387..51e7202 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ install_requires=[ 'attrs==16.3.0', 'singer-python==1.6.0a2', - 'requests==2.12.4', + 'requests==2.20.0', 'backoff==1.3.2', ], extras_require={