From c0fbc1b281acdb827bf1ade53f81d073953bfd58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Thu, 17 Nov 2022 15:52:19 +0100 Subject: [PATCH] Remove cryptography pin If we ensure we're running with pyOpenSSL >= 22.1.0, we are all good with the python "cryptography" latest version. Closes-Bug: #1995608 Change-Id: I168bb928e1a3943d243a61ddaa6fea32db7c9e5e --- ansible-requirements.txt | 1 - molecule-requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible-requirements.txt b/ansible-requirements.txt index ccc2856a7..ea2c37a1b 100644 --- a/ansible-requirements.txt +++ b/ansible-requirements.txt @@ -1,5 +1,4 @@ ansible-core<2.12.0 -cryptography<37.0.0 metalsmith>=1.4.0 # Apache-2.0 importlib-metadata jsonschema # MIT diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 503721e73..e13880116 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -14,10 +14,11 @@ molecule-podman>=1.0.0a1 ruamel.yaml netaddr jinja2 -cryptography ansible-core<2.12.0 # Upstream requirements from constraints.txt tripleo-common os-net-config # Apache-2.0 +# Allows to unpin cryptography +pyOpenSSL>=22.1.0