From d18eface509f6ea1ae1eaec4518c16c561cc401f Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Mon, 4 Mar 2024 16:24:02 +0000 Subject: [PATCH] Chore: Update urllib3 pin to <2.1.0 Issue: RELENG-5176 Change-Id: Ibda2f27e79d9219489aa789c4e6bb39d5b6c502f Signed-off-by: Matthew Watkins --- pyproject.toml | 2 +- releasenotes/notes/update-pin-urllib3-8946aeabad128729.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/update-pin-urllib3-8946aeabad128729.yaml diff --git a/pyproject.toml b/pyproject.toml index 8874f790..13716135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 index 00000000..da40fbbb --- /dev/null +++ b/releasenotes/notes/update-pin-urllib3-8946aeabad128729.yaml @@ -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. + -- 2.16.6