Fix: pin urllib3 to <2.0.0
[releng/global-jjb.git] / releasenotes / notes / pin-urllib3-1d48b084ffb0ec9d.yaml
1 ---
2 fixes:
3   - |
4     Pin urllib3 to <2.0.0
5
6     The latest version of module breaks compatibility with python-jenkins.
7
8     Error:
9
10     .. code-block:: bash
11
12        ValueError: Timeout value connect was <object object at
13        0x7fe57a4948a0>, but it must be an int, float or None.
14
15     Reference:
16
17        `Launchpad#2018567 <https://bugs.launchpad.net/python-jenkins/+bug/2018567>`