diff --git a/requirements.txt b/requirements.txt index 9cf68daee2..72f9737287 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,6 +35,6 @@ oslo.config>=1.4.0.0a3 oslo.rootwrap>=1.3.0.0a1 pycadf>=0.5.1 oslo.messaging>=1.4.0.0a3 -oslo.i18n>=0.1.0 # Apache-2.0 +oslo.i18n>=0.2.0 # Apache-2.0 lockfile>=0.8 rfc3986>=0.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 971529b382..a6da658e73 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,7 @@ psycopg2 pylint==0.25.2 python-subunit>=0.0.18 sphinx>=1.1.2,!=1.2.0,<1.3 -oslosphinx -oslotest +oslosphinx>=2.2.0.0a2 +oslotest>=1.1.0.0a1 testrepository>=0.0.18 testtools>=0.9.34