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.
This commit is contained in:
Martin Robinson 2024-05-01 18:28:14 +02:00 committed by GitHub
parent eb7484de5e
commit 814bf5b6e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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