diff --git a/requirements.txt b/requirements.txt index f74e574a39..fa2f24d1ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ WebOb>=1.7.1 # MIT PasteDeploy>=1.5.0 # MIT Paste # MIT Routes>=2.3.1 # MIT -cryptography>=1.6 # BSD/Apache-2.0 +cryptography!=2.0,>=1.6 # BSD/Apache-2.0 six>=1.9.0 # MIT SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT sqlalchemy-migrate>=0.11.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2b2b4cf0c4..88f0c443dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -32,7 +32,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT # For documentation -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 reno!=2.3.1,>=1.8.0 # Apache-2.0 tempest>=16.1.0 # Apache-2.0