From 7dcc04866ad2ec25cccb325b053681ff43b5a2bf Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 16 Sep 2017 23:18:59 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I05381aba9b37477adf0c28ec3069cdc4f194a0c8 --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3afdc32038..f05a7b2b6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pyasn1!=0.2.3 # BSD +pyasn1!=0.2.3,>=0.1.8 # BSD pyOpenSSL>=16.2.0 # Apache-2.0 ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD netaddr>=0.7.18 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 62fada4328..b424fa8f8b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,6 +14,6 @@ virtualenv>=13.1.0 # MIT # this is required for the docs build jobs sphinx>=1.6.2 # BSD openstackdocstheme>=1.17.0 # Apache-2.0 -doc8 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 sphinxmark>=0.1.14 # Apache-2.0