Updated from global requirements

Change-Id: I8d67af3c9ee409c9e4dbaeb313a52ddc63db7bbb
This commit is contained in:
OpenStack Proposal Bot 2016-10-22 01:28:15 +00:00
parent d4648e4b37
commit 213a1beb84
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
coverage>=3.6 # Apache-2.0
coverage>=4.0 # Apache-2.0
flake8<2.6.0,>=2.5.4 # MIT
hacking<0.11,>=0.10.2
mock>=2.0 # BSD