From a56feac0cbcbec9e8f6038ccdb815c83a8243a5b Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 25 Feb 2026 09:32:03 +0100 Subject: [PATCH] Fix pyOpenSSL error in infra-healthcheck Issue-ID: INT-2362 Change-Id: I289c9bc67bc99a27a8a5b46850201a8ba8803fd0 Signed-off-by: Fiete Ostkamp --- infra-healthcheck/requirements.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6