Skip to content

Commit

Permalink
chore: Pin urllib3 to <2 (#6321)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards authored Sep 15, 2023
1 parent 20f427e commit 21997b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 21997b1

Please sign in to comment.