diff --git a/requirements.txt b/requirements.txt index d48e5f2cf..178305f8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,12 +10,12 @@ SQLAlchemy<1.1.0,>=0.9.9 alembic>=0.8.0 six>=1.9.0 oslo.config>=2.3.0 # Apache-2.0 -oslo.db>=2.4.1 # Apache-2.0 +oslo.db>=3.0.0 # Apache-2.0 oslo.log>=1.8.0 # Apache-2.0 oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,>=1.16.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 -oslo.service>=0.9.0 # Apache-2.0 -oslo.utils>=2.0.0 # Apache-2.0 +oslo.service>=0.10.0 # Apache-2.0 +oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 # This project does depend on neutron as a library, but the # openstack tooling does not play nicely with projects that