Pin idna to 2.9 to resolve package incompatibility 98/65998/2 v0.58.1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 10 Nov 2020 04:08:21 +0000 (14:08 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 10 Nov 2020 04:08:20 +0000 (14:08 +1000)
Issue: IT-21003
Change-Id: I93ce5e108370b8ef490141f49d329192e8f07c02
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/pin-idna-version-811f06cb904c6846.yaml [new file with mode: 0644]
shell/release-job.sh

diff --git a/releasenotes/notes/pin-idna-version-811f06cb904c6846.yaml b/releasenotes/notes/pin-idna-version-811f06cb904c6846.yaml
new file mode 100644 (file)
index 0000000..0ae0b98
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Pin idna to 2.9 to resolve package incompatibility with lftools 0.35.1.
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