From 475999a47b3aaf9fcf087c32c88165bf5fd1e744 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 23 Dec 2024 05:33:31 -0700 Subject: [PATCH] fix: tests by ceiling on urllib3 (again?) (#768) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3db6654..b94a1dc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "tomli~=2.0; python_version<'3.11'", "types-python-dateutil>=2.8.19,<2.10.0", "types-requests~=2.32.0", - "urllib3~=2.0", + "urllib3>=2.0,<2.3.0", # v2.3.0 breaks VCR, b/c https://github.com/urllib3/urllib3/pull/3489 ] docs = [ "Sphinx~=8.0",