Merge "Bump lower mock version to 3.0.0"

This commit is contained in:
Zuul 2019-06-11 11:59:47 +00:00 committed by Gerrit Code Review
commit 7d204b6568
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
mock>=2.0.0 # BSD
mock>=3.0.0 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
os-api-ref>=1.4.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0

View File

@ -53,7 +53,7 @@ logutils==0.3.5
Mako==1.0.7
MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
mock==3.0.0
monotonic==1.4
mox3==0.25.0
msgpack==0.5.6

View File

@ -5,7 +5,7 @@ hacking>=1.0.0,<1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
mock>=3.0.0 # BSD
Babel!=2.4.0,>=2.3.4 # BSD
PyMySQL>=0.7.6 # MIT License
iso8601>=0.1.11 # MIT