diff options
author | yvt <i@yvt.jp> | 2021-09-20 16:19:42 +0900 |
---|---|---|
committer | yvt <i@yvt.jp> | 2021-09-20 16:19:42 +0900 |
commit | 3d31ee5594a4abb17d3e1026711a74301d3480a8 (patch) | |
tree | f9472ae374736238ca633b65019755c39bb95628 /python | |
parent | c56783caa05a266dc9f8597afab4b34e0313c51c (diff) | |
download | servo-3d31ee5594a4abb17d3e1026711a74301d3480a8.tar.gz servo-3d31ee5594a4abb17d3e1026711a74301d3480a8.zip |
chore(mach): upgrade `blessings` to 1.7
Diffstat (limited to 'python')
-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 8948cef5761..79ce22f3c36 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,7 +1,7 @@ # Ensure all versions are pinned for repeatability, # since `--system-site-packages` is enabled -blessings == 1.6 +blessings == 1.7 distro == 1.4 mach == 1.0.0 mozdebug == 0.3 |