From 3aba7fe4e35714b8ae45ce00439639f9a2be6465 Mon Sep 17 00:00:00 2001 From: Salvatore Orlando <sorlando@vmware.com> Date: Mon, 10 Oct 2022 02:14:36 -0700 Subject: [PATCH] lower-constraints: bump pyopenssl to 21.0.0 This will prevent failure in initialization due to changes in cryptography 38.0.0 Change-Id: Iceefc865f96fa784e1bde593b34249272a664e93 --- lower-constraints.txt | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 82ac3280..a2f3f160 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -14,7 +14,7 @@ oslo.service==1.31.0 oslo.utils==4.4.0 oslotest==3.2.0 pbr==4.0.0 -pyOpenSSL==20.0.0 +pyOpenSSL==21.0.0 python-subunit==1.0.0 requests-mock==1.2.0 sphinx==2.0.0 diff --git a/requirements.txt b/requirements.txt index 54579217..1d592d55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +cryptography pbr>=4.0.0 # Apache-2.0 decorator>=4.4.1 # BSD