diff --git a/requirements.txt b/requirements.txt index 7b8b51371f..e3924f09ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,10 +22,10 @@ websockify>=0.6.0 oslo.concurrency>=2.3.0 # Apache-2.0 oslo.config>=1.11.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 -oslo.db>=1.12.0 # Apache-2.0 +oslo.db>=2.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 -oslo.log>=1.6.0 # Apache-2.0 +oslo.log>=1.8.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 oslo.service>=0.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9c079106fb..a7fdd1cf09 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ fixtures>=1.3.1 mock>=1.2 Babel>=1.3 PyMySQL>=0.6.2 # MIT License -oslotest>=1.9.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 psycopg2 python-ironicclient>=0.6.0 python-subunit>=0.0.18