From 814bf5b6e8cd4600ce4bf8e9ee726da9aa89372e Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Wed, 1 May 2024 18:28:14 +0200 Subject: [PATCH] mach: Upgrade boto3 and remove Python < 3.10 dependencies (#32208) This change upgrades boto3, which will fix an upcoming urllib3 version conflict in the WPT and also removes all remaining dependencies for Python version < 3.10. The requirement for Servo is 3.10 now. Fixes #32201. --- python/requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 56aa3f09c73..c05309efd5c 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,10 +5,8 @@ blessings == 1.7 distro == 1.4 mozinfo == 1.2.3 mozlog == 8.0.0 -setuptools == 68.2.2; python_version >= "3.8" -setuptools == 65.5.1; python_version < "3.8" +setuptools == 68.2.2 toml == 0.9.2 -dataclasses == 0.8; python_version < "3.7" # For Python linting flake8 == 3.8.3 @@ -22,7 +20,7 @@ ply == 3.8 colorama == 0.3.7 # For package uploading -boto3 == 1.28.84 +boto3 == 1.34.95 pyOpenSSL == 23.0.0 PyGithub == 1.58.1