diff options
author | Josh Matthews <josh@joshmatthews.net> | 2022-02-06 19:40:29 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2022-02-06 19:40:29 -0500 |
commit | 5428b95f7015ebe9869a60a48e17a82cb03d2624 (patch) | |
tree | 53ed4555d7df8beb9d0862e35d8d51e91c9b3524 | |
parent | 36449c21fdb83169a2cdaa4b20bdd3f904e464b3 (diff) | |
download | servo-macos-ci-failure.tar.gz servo-macos-ci-failure.zip |
Upgrade setuptools.macos-ci-failure
-rw-r--r-- | python/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index f0fdb580529..b0c45c3166d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -6,7 +6,7 @@ distro == 1.4 mozdebug == 0.3 mozinfo == 1.2.1 mozlog == 7.1.0 -setuptools == 50.3.2 +setuptools == 60.8.1 toml == 0.9.2 # For Python linting |