From 835a48dd9d97b53cc308228143df0bf509d3d5be Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 17 Mar 2018 08:23:16 +0000 Subject: [PATCH] Updated from global requirements Change-Id: If31f7a41686205c5202c533e5bae1ad6cbcb8e02 --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a7ff9d88f..7f5c80fec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,10 @@ alembic>=0.8.10 # MIT Babel!=2.4.0,>=2.3.4 # BSD cffi>=1.7.0 # MIT -cryptography!=2.0,>=1.9 # BSD/Apache-2.0 +cryptography>=2.1 # BSD/Apache-2.0 eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT jsonschema<3.0.0,>=2.6.0 # MIT -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 oslo.db>=4.27.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 389550ed8..aafdbe1fe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,7 +22,7 @@ tempest>=17.1.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 # Documentation build requirements -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD os-api-ref>=1.4.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 openstackdocstheme>=1.18.1 # Apache-2.0