summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 10078b3..e57fda1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,7 @@
hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
-mock>=1.2 # BSD
+mock>=2.0 # BSD
testtools>=1.4.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
@@ -26,7 +26,7 @@ pydotplus>=2.0.2 # MIT License
# Used for testing database persistence backends.
SQLAlchemy<1.1.0,>=1.0.10 # MIT
-alembic>=0.8.0 # MIT
+alembic>=0.8.4 # MIT
psycopg2>=2.5 # LGPL/ZPL
sqlalchemy-utils # BSD License
PyMySQL>=0.6.2 # MIT License