The latest version of module breaks compatibility with
python-jenkins.
Issue: RELENG-4715
Change-Id: If0d942696820b8c867b56735ca3036aa3aa3b37c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
--- /dev/null
+---
+fixes:
+ - |
+ Pin urllib3 to <2.0.0
+
+ The latest version of module breaks compatibility
+ with python-{jenkins,openstacksdk}.
+
+ Error:
+
+ .. code-block:: bash
+
+ ValueError: Timeout value connect was <object object at
+ 0x7fe57a4948a0>, but it must be an int, float or None.
+
+ Reference:
+
+ `Launchpad#2018567 <https://bugs.launchpad.net/python-jenkins/+bug/2018567>`
tabulate
toml
tqdm
-urllib3
+urllib3<2.0.0
websocket-client
wrapt
xdg