From 7bb172aab6a2f59dbbe404b19d16daf60be3f951 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 17 Mar 2018 08:23:26 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I6d9019a448f80e72f0bd49e5aa6a3ace2eefe9dc --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f8c683..67ae150 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 tempest>=17.1.0 # Apache-2.0 -cryptography!=2.0,>=1.9 # BSD/Apache-2.0 +cryptography>=2.1 # BSD/Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a89f7d2..b858041 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking<0.13,>=0.12.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD oslosphinx>=4.7.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD