From b75ed3580a108bd3cc7ab52333df185b29f94174 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Tue, 27 Feb 2018 13:44:24 +0000 Subject: [PATCH] Bump up cmd2 minimum version to 0.8.0 This commit bumps up the cmd2 minimum version to 0.8.0. In cmd2 0.8.0, they removed some commands[0] such as `run` which is conflicted with the stestr subcommand. To keep the consistent behavior, it's good to bump up this version. [0] https://github.com/python-cmd2/cmd2/blob/master/CHANGELOG.md#080-february-1-2018 Change-Id: Ie5e5a809dd94cb1d996d8c093ee01ca9b503dc99 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index f1d8b1d500..5ba2d8d5ef 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -19,7 +19,7 @@ ceilometermiddleware>=1.1.0 # Apache-2.0 cachetools>=2.0.0 # MIT License cffi>=1.7.0 # MIT cliff>=2.8.0,!=2.9.0 # Apache-2.0 -cmd2>=0.6.7 # MIT +cmd2>=0.8.0 # MIT cotyledon>=1.3.0 # Apache-2.0 construct>=2.8.10 # MIT PuLP>=1.4.1 # MIT