mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
eb7484de5e
commit
814bf5b6e8
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue