Fix: Pin urllib3~=1.26.15 in pypi dist jobs 71/71771/1 v0.86.7
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 22 May 2023 00:41:23 +0000 (10:41 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 22 May 2023 00:41:23 +0000 (10:41 +1000)
Issue: RELENG-4715
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I8acbb9250a3224c29b6582940f60f6f8ebe19586

releasenotes/notes/pin-urllib3-pypi-dist-645a21ae5d813059.yaml [new file with mode: 0644]
shell/pypi-dist-build.sh

diff --git a/releasenotes/notes/pin-urllib3-pypi-dist-645a21ae5d813059.yaml b/releasenotes/notes/pin-urllib3-pypi-dist-645a21ae5d813059.yaml
new file mode 100644 (file)
index 0000000..107de4d
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Pin urllib3~=1.26.15 in pypi distribution jobs
index 5ed4d33..b2be4af 100644 (file)
@@ -20,7 +20,7 @@ set -eu -o pipefail
 source ~/lf-env.sh
 
 # Version controlled by JJB_VERSION
-lf-activate-venv setuptools==65.7.0 twine wheel readline
+lf-activate-venv setuptools==65.7.0 urllib3~=1.26.15 twine wheel readline
 
 bdist=""
 if $BUILD_BDIST_WHEEL; then