From 68a62bd60bf026821d002da93ef9739eb83c4c9c Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 16 Nov 2017 11:04:47 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ie7a7e6613eb154b79c322d171005b91726b172fa --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c412a5b989..f6c26ac45d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ python-swiftclient>=3.2.0 # Apache-2.0 pytz>=2013.6 # MIT PyYAML>=3.10 # MIT semantic-version>=2.3.1 # BSD -six>=1.9.0 # MIT +six>=1.10.0 # MIT XStatic>=1.0.0 # MIT License XStatic-Angular>=1.5.8.0 # MIT License XStatic-Angular-Bootstrap>=2.2.0.0 # MIT License diff --git a/test-requirements.txt b/test-requirements.txt index e97b0b24ea..dfe358875c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,6 +26,6 @@ requests>=2.14.2 # Apache-2.0 selenium>=2.50.1 # Apache-2.0 sphinx>=1.6.2 # BSD testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT