diff --git a/requirements.txt b/requirements.txt index 1f101def26..c7730f167b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ Paste # MIT PasteDeploy>=1.5.0 # MIT pyparsing>=2.1.0 # MIT python-neutronclient>=6.3.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 keystonemiddleware>=4.12.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5dc7f0d71e..7ef57e2724 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ mock>=2.0 # BSD iso8601>=0.1.11 # MIT oslotest>=1.10.0 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 # Do not remove 'PyMySQL' and 'psycopg2' dependencies. They are used # by oslo_db lib for running MySQL and PostgreSQL DB migration tests.