From 2f0afb0ec0543219e4923b2eb07bee84a19ef25b Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:31:01 +0200 Subject: [PATCH] python: Update pyOpenSSL to 24 (#38582) WPT updated something and we need to update pyOpenSSL to 24 to make deps resolvable. This fixes WPT Imports: https://github.com/servo/servo/actions/runs/16855379913/job/47753105229 Testing: WPT import run: https://github.com/servo/servo/actions/runs/16859665646 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 23e48442a43..5eeca8e561e 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -19,7 +19,7 @@ colorama == 0.3.7 # For package uploading boto3 == 1.34.95 -pyOpenSSL == 23.0.0 +pyOpenSSL == 24.0.0 PyGithub == 1.58.1 # For Python3 compatibility