From 155bb4871400cb8e2aaf914d6ef1529d9851bc90 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 24 Jun 2016 03:10:03 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ice87efc77b17a18008a4c41947ba57f95a488ef7 --- requirements.txt | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3f2233547..02fac3a7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ oslo.config>=3.10.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 six>=1.9.0 # MIT PyMySQL>=0.6.2 # MIT License -paramiko>=2.0 # LGPL +paramiko>=2.0 # LGPLv2.1+ pycrypto>=2.6 # Public Domain diff --git a/test-requirements.txt b/test-requirements.txt index 41d5d6ad2..241e4c2ee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,8 +7,8 @@ hacking<0.11,>=0.10.0 coverage>=3.6 # Apache-2.0 discover # BSD python-subunit>=0.0.18 # Apache-2.0/BSD -reno>=1.6.2 # Apache2 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +reno>=1.8.0 # Apache2 +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD