diff --git a/requirements.txt b/requirements.txt index 8ebcc71b47..31594fefe7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,9 +8,9 @@ eventlet!=0.18.3,>=0.18.2 # MIT greenlet>=0.3.2 # MIT PasteDeploy>=1.5.0 # MIT Paste # MIT -Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT -Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT -cryptography>=1.0 # BSD/Apache-2.0 +Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT +Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT +cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0 six>=1.9.0 # MIT SQLAlchemy<1.1.0,>=1.0.10 # MIT sqlalchemy-migrate>=0.9.6 # Apache-2.0 @@ -20,9 +20,9 @@ python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 oslo.cache>=1.5.0 # Apache-2.0 oslo.concurrency>=3.5.0 # Apache-2.0 -oslo.config>=3.7.0 # Apache-2.0 -oslo.context>=0.2.0 # Apache-2.0 -oslo.messaging>=4.0.0 # Apache-2.0 +oslo.config>=3.9.0 # Apache-2.0 +oslo.context>=2.2.0 # Apache-2.0 +oslo.messaging>=4.5.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c0d9887de3..a2b1210ed4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ oslo.db[fixtures,mysql,postgresql]>=4.1.0 # Apache-2.0 # computes code coverage percentages coverage>=3.6 # Apache-2.0 # fixture stubbing -fixtures>=1.3.1 # Apache-2.0/BSD +fixtures<2.0,>=1.3.1 # Apache-2.0/BSD # xml parsing lxml>=2.3 # BSD # mock object framework @@ -35,7 +35,7 @@ testtools>=1.4.0 # MIT # For documentation oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache2 +reno>=1.6.2 # Apache2 tempest-lib>=0.14.0 # Apache-2.0