diff --git a/requirements.txt b/requirements.txt index 78c4a3ef..9bbd1822 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,15 +3,15 @@ # process, which may cause wedges in the gate later. elasticsearch<=3.0.0,>=2.0.0 # Apache-2.0 falcon>=1.0.0 # Apache-2.0 -jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -keystonemiddleware>=4.12.0 # Apache-2.0 +jsonschema<3.0.0,>=2.6.0 # MIT +keystonemiddleware>=4.17.0 # Apache-2.0 Paste # MIT PasteDeploy>=1.5.0 # MIT -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 oslo.context>=2.14.0 # Apache-2.0 oslo.db>=4.24.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 -oslo.middleware>=3.27.0 # Apache-2.0 +oslo.middleware>=3.30.0 # Apache-2.0 oslo.policy>=1.23.0 # Apache-2.0 six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index c653bdb9..866fe8e3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=1.6.2 # BSD testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT -os-api-ref>=1.0.0 # Apache-2.0 +os-api-ref>=1.4.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 openstackdocstheme>=1.16.0 # Apache-2.0