diff options
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index a8be8df..19d153b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,9 @@ alembic>=0.8.0 Babel>=1.3 iso8601>=0.1.9 oslo.i18n>=1.5.0 # Apache-2.0 -oslo.config>=2.6.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 -oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 SQLAlchemy<1.1.0,>=0.9.9 sqlalchemy-migrate>=0.9.6 stevedore>=1.5.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9120fe6..582fb9c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ PyMySQL>=0.6.2 # MIT License psycopg2>=2.5 python-subunit>=0.0.18 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18 testtools>=1.4.0 |