diff --git a/requirements.txt b/requirements.txt index 498c1ee7..2855c8cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pbr>=1.6 # Apache-2.0 Babel>=1.3 # BSD six>=1.9.0 # MIT -oslo.config>=3.7.0 # Apache-2.0 +oslo.config>=3.9.0 # Apache-2.0 oslo.context>=2.2.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.utils>=3.5.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 8bcd96d5..1e9af7d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ packages = [extras] fixtures = - fixtures>=1.3.1 # Apache-2.0/BSD + fixtures<2.0,>=1.3.1 # Apache-2.0/BSD [pbr] warnerrors = true diff --git a/test-requirements.txt b/test-requirements.txt index 92cba491..7ce4e85e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,7 +20,7 @@ coverage>=3.6 # Apache-2.0 # this is required for the docs build jobs sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache2 +reno>=1.6.2 # Apache2 # Bandit security code scanner bandit>=0.17.3 # Apache-2.0