Pin idna to 2.9 to resolve package incompatibility
[releng/global-jjb.git] / shell / release-job.sh
index c7c3f0c..befa09b 100644 (file)
@@ -15,7 +15,7 @@ set -eu -o pipefail
 source ~/lf-env.sh
 
 # Version controlled by JJB_VERSION
-lf-activate-venv lftools pip idna==2.8 lftools jsonschema twine yq readline
+lf-activate-venv lftools pip idna==2.9 lftools jsonschema twine yq readline
 
 # show installed versions
 python -m pip --version