From 50bc36997d8f109bfd9c355630b5057dc7f4e0ce Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Fri, 20 Apr 2018 15:04:53 +0900 Subject: [PATCH] Update lower-constraints and requirements Also, bump horizon to 14 Change-Id: I184d1bfd17b490cd8e078e6c3012480c51db54f0 --- lower-constraints.txt | 22 +++++++++++----------- requirements.txt | 2 +- test-requirements.txt | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 8947cb3..e6e5d55 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,23 +1,23 @@ alabaster==0.7.10 appdirs==1.4.3 asn1crypto==0.24.0 -Babel==2.5.3 +Babel==2.3.4 certifi==2018.1.18 cffi==1.11.5 chardet==3.0.4 cliff==2.11.0 cmd2==0.8.1 contextlib2==0.5.5 -coverage==4.5.1 +coverage==4.0 cryptography==2.1.4 debtcollector==1.19.0 decorator==4.2.1 deprecation==2.0 -Django==1.11.11 +Django==1.11 django-appconf==1.0.2 django-babel==0.6.2 -django-compressor==2.2 -django-nose==1.4.5 +django-compressor==2.0 +django-nose==1.4.4 django-pyscss==2.0.2 docker==3.1.1 docker-pycreds==0.2.2 @@ -45,13 +45,13 @@ MarkupSafe==1.0 mccabe==0.2.1 mock==2.0.0 monotonic==1.4 -mox3==0.25.0 +mox3==0.20.0 msgpack==0.5.6 munch==2.2.0 netaddr==0.7.19 netifaces==0.10.6 nose==1.3.7 -openstackdocstheme==1.20.0 +openstackdocstheme==1.18.1 openstacksdk==0.12.0 os-client-config==1.29.0 os-service-types==1.2.0 @@ -64,7 +64,7 @@ oslo.serialization==2.25.0 oslo.utils==3.36.0 osprofiler==2.0.0 packaging==17.1 -pbr==3.1.1 +pbr==2.0.0 pep8==1.5.7 Pint==0.8.1 prettytable==0.7.2 @@ -84,11 +84,11 @@ python-neutronclient==6.7.0 python-novaclient==10.1.0 python-openstackclient==3.14.0 python-swiftclient==3.5.0 -python-zunclient==1.2.1 +python-zunclient==1.3.0 pytz==2018.3 PyYAML==3.12 rcssmin==1.0.6 -reno==2.7.0 +reno==2.5.0 requests==2.18.4 requestsexceptions==1.4.0 rfc3986==1.1.0 @@ -97,7 +97,7 @@ semantic-version==2.6.0 simplejson==3.13.2 six==1.11.0 snowballstemmer==1.2.1 -Sphinx==1.6.5 +Sphinx==1.6.2 sphinxcontrib-websupport==1.0.1 stevedore==1.28.0 testtools==2.3.0 diff --git a/requirements.txt b/requirements.txt index 5edf475..06b66c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 python-zunclient>=1.3.0 # Apache-2.0 -horizon>=13.0.0 # Apache-2.0 +horizon>=14.0.0.0b1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ddf789c..bbcbd8a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 django-nose>=1.4.4 # BSD mock>=2.0.0 # BSD mox3>=0.20.0 # Apache-2.0 -testtools>=2.2.0 # MIT +testtools>=2.3.0 # MIT # For docs sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD