Fix: Pin urllib3 for RTD builds 42/71742/1 v0.86.5
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 10 May 2023 12:17:00 +0000 (05:17 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 10 May 2023 12:17:00 +0000 (05:17 -0700)
RTD needs urllib3 pinned in the requirements.txt for proper building of
the RTD site itself.

Issue: RELENG-4715
Change-Id: Id125e99c8dff5239e95567e7148c595e10096044
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
requirements.txt

index f9c3001..e422949 100644 (file)
@@ -2,4 +2,5 @@ reno~=2.11.2
 Sphinx~=4.2.0
 sphinx_bootstrap_theme
 sphinxcontrib-programoutput
+urllib3~=1.26.15
 yq