1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

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.
This commit is contained in:
Sonny V
2023-05-12 20:42:46 +02:00
committed by Sebastian Pipping
parent c78b0c81e9
commit ef7cb8cf50

View File

@@ -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