From 21997b1cdfc1445557cf6541222277fc1c724f6c Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 15 Sep 2023 12:40:24 -0300 Subject: [PATCH] chore: Pin urllib3 to <2 (#6321) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 89bfb4431a..4ffd5bccdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,6 +69,7 @@ tblib>=1.7.0 # So that the django test runner provides tracebacks tlds>=2022042700 # Used to teach bleach about which TLDs currently exist tqdm>=4.64.0 Unidecode>=1.3.4 +urllib3<2 # v2 causes selenium tests to fail with "Timeout value was =59 xml2rfc>=3.12.4 xym>=0.6,<1.0