From 64d6811eda00980b30d4d086d564548720f74e5e Mon Sep 17 00:00:00 2001 From: Sonny V Date: Fri, 12 May 2023 20:42:46 +0200 Subject: [PATCH] build(tox.ini): revert pinning urllib to <2 In #690 a quick fix was introduced to get a green ci, this change should no longer be required. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6c2d555..00dc868 100644 --- a/tox.ini +++ b/tox.ini @@ -85,9 +85,8 @@ deps = PyYAML ipaddress requests: requests>=2.22.0 - requests: urllib3<2 httplib2: httplib2 - urllib3: urllib3<2 + urllib3: urllib3 boto3: boto3 boto3: urllib3 aiohttp: aiohttp