summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-22 12:52:15 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-09-22 12:52:15 +0000
commitfdb6adf055d72db17be76bd59a71e159116f3b96 (patch)
tree064484ae0363bcdb89576093673d862b61e80286
parentd03f35ee6753600bcd5ddfc8f692d00376284aa3 (diff)
downloadkeystone-fdb6adf055d72db17be76bd59a71e159116f3b96.tar.gz
Updated from global requirements
Change-Id: I3e5bb988ef2dfe93442cb5eada086313d22d5857
-rw-r--r--requirements.txt28
-rw-r--r--test-requirements.txt14
2 files changed, 21 insertions, 21 deletions
diff --git a/requirements.txt b/requirements.txt
index cf850d6bd..5ee42cffd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,34 +9,34 @@ Babel!=2.4.0,>=2.3.4 # BSD
pbr!=2.1.0,>=2.0.0 # Apache-2.0
WebOb>=1.7.1 # MIT
PasteDeploy>=1.5.0 # MIT
-Paste # MIT
+Paste>=2.0.2 # MIT
Routes>=2.3.1 # MIT
-cryptography!=2.0,>=1.6 # BSD/Apache-2.0
+cryptography!=2.0,>=1.9 # BSD/Apache-2.0
six>=1.9.0 # MIT
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
sqlalchemy-migrate>=0.11.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
passlib>=1.7.0 # BSD
python-keystoneclient>=3.8.0 # Apache-2.0
-keystonemiddleware>=4.12.0 # Apache-2.0
+keystonemiddleware>=4.17.0 # Apache-2.0
bcrypt>=3.1.3 # Apache-2.0
scrypt>=0.8.0 # BSD
-oslo.cache>=1.5.0 # Apache-2.0
-oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
+oslo.cache>=1.22.0 # Apache-2.0
+oslo.concurrency>=3.20.0 # Apache-2.0
+oslo.config>=4.6.0 # Apache-2.0
oslo.context>=2.14.0 # Apache-2.0
-oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
-oslo.db>=4.24.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
+oslo.messaging>=5.29.0 # Apache-2.0
+oslo.db>=4.27.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.30.0 # Apache-2.0
-oslo.middleware>=3.27.0 # Apache-2.0
+oslo.middleware>=3.31.0 # Apache-2.0
oslo.policy>=1.23.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.utils>=3.28.0 # Apache-2.0
oauthlib>=0.6.0 # BSD
-pysaml2<4.0.3,>=2.4.0 # Apache-2.0
+pysaml2<4.0.3,>=4.0.2 # Apache-2.0
dogpile.cache>=0.6.2 # BSD
-jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
+jsonschema<3.0.0,>=2.6.0 # MIT
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
msgpack-python>=0.4.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 88af2a02f..76daf1d3c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,35 +5,35 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
pep257==0.7.0 # MIT License
flake8-docstrings==0.2.1.post1 # MIT
-bashate>=0.2 # Apache-2.0
-os-testr>=0.8.0 # Apache-2.0
+bashate>=0.5.1 # Apache-2.0
+os-testr>=1.0.0 # Apache-2.0
freezegun>=0.3.6 # Apache-2.0
pytz>=2013.6 # MIT
# Include drivers for opportunistic testing.
-oslo.db[fixtures,mysql,postgresql]>=4.24.0 # Apache-2.0
+oslo.db[fixtures,mysql,postgresql]>=4.27.0 # Apache-2.0
# computes code coverage percentages
coverage!=4.4,>=4.0 # Apache-2.0
# fixture stubbing
fixtures>=3.0.0 # Apache-2.0/BSD
# xml parsing
-lxml!=3.7.0,>=2.3 # BSD
+lxml!=3.7.0,>=3.4.1 # BSD
# mock object framework
mock>=2.0.0 # BSD
oslotest>=1.10.0 # Apache-2.0
# required to build documentation
sphinx>=1.6.2 # BSD
-os-api-ref>=1.0.0 # Apache-2.0
+os-api-ref>=1.4.0 # Apache-2.0
# test wsgi apps without starting an http server
-WebTest>=2.0 # MIT
+WebTest>=2.0.27 # MIT
python-subunit>=0.0.18 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
# For documentation
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
tempest>=16.1.0 # Apache-2.0