From: Fiete Ostkamp Date: Wed, 25 Feb 2026 08:32:03 +0000 (+0100) Subject: Fix pyOpenSSL error in infra-healthcheck X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a56feac0cbcbec9e8f6038ccdb815c83a8243a5b;p=integration%2Fxtesting.git Fix pyOpenSSL error in infra-healthcheck Issue-ID: INT-2362 Change-Id: I289c9bc67bc99a27a8a5b46850201a8ba8803fd0 Signed-off-by: Fiete Ostkamp --- diff --git a/infra-healthcheck/requirements.txt b/infra-healthcheck/requirements.txt index 031ddf4..55a97e2 100644 --- a/infra-healthcheck/requirements.txt +++ b/infra-healthcheck/requirements.txt @@ -11,3 +11,4 @@ bashate # Apache-2.0 xtesting kubernetes # Apache-2.0 colorama # BSD +pyOpenSSL>=25.0.0 # Apache-2.0 - must override onapsdk's old pin to fix cryptography compat