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