Chore: Update urllib3 pin to <2.1.0 22/72722/2
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 4 Mar 2024 16:24:02 +0000 (16:24 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Mon, 4 Mar 2024 19:01:25 +0000 (19:01 +0000)
Issue: RELENG-5176
Change-Id: Ibda2f27e79d9219489aa789c4e6bb39d5b6c502f
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
pyproject.toml
releasenotes/notes/update-pin-urllib3-8946aeabad128729.yaml [new file with mode: 0644]

index 8874f79..1371613 100644 (file)
@@ -76,7 +76,7 @@ dependencies = [
     "tabulate",
     "toml",
     "tqdm",
-    "urllib3<2.0.0",
+    "urllib3<2.1.0",
     "websocket-client",
     "wrapt",
     "xdg"
diff --git a/releasenotes/notes/update-pin-urllib3-8946aeabad128729.yaml b/releasenotes/notes/update-pin-urllib3-8946aeabad128729.yaml
new file mode 100644 (file)
index 0000000..da40fbb
--- /dev/null
@@ -0,0 +1,7 @@
+---
+fixes:
+  - |
+    Undo the urllib3 version pin now python-jenkins no longer breaks.
+    It was previous pinned at <2.0.0, but we can now update to <2.1.0.
+    There are still some issues with the latest release 2.1.0.
+