From d31ff4635d1dc4a6afe4cf3be622a219be5f1318 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 10 May 2023 05:17:00 -0700 Subject: [PATCH] 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6