Fix: Pin urllib3~=1.26.15 in pypi dist jobs
[releng/global-jjb.git] / shell / pypi-dist-build.sh
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