From 37c76920bee4241a61570cc55dfe9111d8d5d918 Mon Sep 17 00:00:00 2001 From: Petr Balogh Date: Tue, 8 Oct 2024 13:48:06 +0200 Subject: [PATCH 1/2] Bump Cryptography version Signed-off-by: Petr Balogh --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28979857b36..e5af6845700 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ python_requires=">=3.9.18", install_requires=[ "apache-libcloud==3.1.0", - "cryptography==42.0.4", + "cryptography==43.0.1", "docopt==0.6.2", "gevent==23.9.1", "reportportal-client==3.2.3", From 50bb929101cc4927b6d96f6dedb72a1b3fec82d4 Mon Sep 17 00:00:00 2001 From: Petr Balogh Date: Tue, 8 Oct 2024 13:50:29 +0200 Subject: [PATCH 2/2] Bump pyopenssl to 24.2.1 Signed-off-by: Petr Balogh --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5af6845700..f80828d66df 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ "junitparser==3.1.0", "flaky==3.7.0", "ocp-network-split", - "pyopenssl==24.0.0", + "pyopenssl==24.2.1", "pyparsing==2.4.7", "mysql-connector-python==8.0.27", "pytest-repeat==0.9.3",