Skip to content

Commit

Permalink
mach: Upgrade boto3 and remove Python < 3.10 dependencies (#32208)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mrobinson committed May 1, 2024
1 parent eb7484d commit 814bf5b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/requirements.txt
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 814bf5b

Please sign in to comment.