From 863be9df1eaaf54751780bbf7cbadf5f3d894f90 Mon Sep 17 00:00:00 2001 From: xuexu6666 Date: Tue, 17 Feb 2026 18:46:44 -0600 Subject: [PATCH 1/2] fix --- modules/python/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/python/requirements.txt b/modules/python/requirements.txt index 4f576b1f37..c1edf00fb7 100644 --- a/modules/python/requirements.txt +++ b/modules/python/requirements.txt @@ -11,4 +11,6 @@ botocore==1.36.5 coverage==7.6.12 semver==3.0.4 requests==2.32.4 -pyyaml==6.0.2 \ No newline at end of file +pyyaml==6.0.2 +pyOpenSSL==23.2.0 +cryptography==42.0.0 \ No newline at end of file From ce9758bf9be8d3e9146e38a9747131bdfc903cbb Mon Sep 17 00:00:00 2001 From: xuexu6666 Date: Thu, 19 Feb 2026 09:43:48 -0600 Subject: [PATCH 2/2] fix --- modules/python/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/python/requirements.txt b/modules/python/requirements.txt index c1edf00fb7..3ec9b9f8cc 100644 --- a/modules/python/requirements.txt +++ b/modules/python/requirements.txt @@ -12,5 +12,4 @@ coverage==7.6.12 semver==3.0.4 requests==2.32.4 pyyaml==6.0.2 -pyOpenSSL==23.2.0 -cryptography==42.0.0 \ No newline at end of file +pyOpenSSL==24.0.0 \ No newline at end of file