chore: Pin urllib3 to <2 (#6321)

This commit is contained in:
Jennifer Richards 2023-09-15 12:40:24 -03:00 committed by GitHub
parent 20f427e013
commit 21997b1cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <object..." error
weasyprint>=59
xml2rfc>=3.12.4
xym>=0.6,<1.0