From: Andrew Grimberg Date: Wed, 10 May 2023 12:17:00 +0000 (-0700) Subject: Fix: Pin urllib3 for RTD builds X-Git-Tag: v0.86.5^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=d31ff4635d1dc4a6afe4cf3be622a219be5f1318 Fix: Pin urllib3 for RTD builds 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 --- diff --git a/requirements.txt b/requirements.txt index f9c30011..e4229493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ reno~=2.11.2 Sphinx~=4.2.0 sphinx_bootstrap_theme sphinxcontrib-programoutput +urllib3~=1.26.15 yq