diff --git a/requirements.txt b/requirements.txt index c740064b12dbc080b3b174d4015100be84654f6b..5dce1bedcafac436dec0723de8596a8842a40778 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ six>=1.9.0 # MIT oslo.concurrency>=3.8.0 # Apache-2.0 oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -oslo.context>=2.9.0 # Apache-2.0 +oslo.context>=2.12.0 # Apache-2.0 oslo.messaging>=5.14.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 656017f93ca9d6fb5eaf89e3e1771d3b6b06fbd8..ec738f0f8ee47f0887cfaaee23a51ed58fe3549c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ oslotest>=1.10.0 # Apache-2.0 testtools>=1.4.0 # MIT # These are needed for docs generation oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD coverage>=4.0 # Apache-2.0 jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT