From 401550a6a9a1ab4729acd8fae8fd5f8a3a92402e Mon Sep 17 00:00:00 2001 From: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com> Date: Fri, 7 Jul 2023 12:12:14 -0500 Subject: [PATCH] Pin vcrpy to 4.2.1 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ca35c43..73bb0a5c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,8 @@ "pytest-asyncio ==0.18.*", "pytest-vcr ==1.*", "testfixtures ==6.*", - "vcrpy ==4.*", + "urllib3 ==1.*" + "vcrpy ==4.2.1", ], } extras["lint"] += extras["readthedocs"]