diff --git a/requirements.txt b/requirements.txt index ef5b46486c1..adbd0496fd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ suds-jurko>=0.6 # LGPLv3+ WebOb>=1.7.1 # MIT oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 oslo.vmware>=2.17.0 # Apache-2.0 -os-brick>=1.13.1 # Apache-2.0 +os-brick!=1.14.0,>=1.13.1 # Apache-2.0 os-win>=2.0.0 # Apache-2.0 tooz>=1.47.0 # Apache-2.0 google-api-python-client>=1.4.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index cb55211a1dd..ccb5049ba09 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD os-api-ref>=1.0.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD PyMySQL>=0.7.6 # MIT License psycopg2>=2.5 # LGPL/ZPL python-subunit>=0.0.18 # Apache-2.0/BSD