diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-11-16 11:21:11 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-11-16 11:21:11 +0000 |
commit | af8b11c4a15628c327893a0fca1472eac8ce2741 (patch) | |
tree | 48446adaaf822267a9737e8a1701824c9e047f00 | |
parent | 4ebb0c69cace49e3cd95de0bc06da24fa745a651 (diff) | |
download | oslo-db-af8b11c4a15628c327893a0fca1472eac8ce2741.tar.gz |
Updated from global requirements
Change-Id: I9a33ba3daae966ff7ef0f3ccd15153b218e5c7ca
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | setup.cfg | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index b3927c3..fc61ac6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ oslo.utils>=3.31.0 # Apache-2.0 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 -six>=1.9.0 # MIT +six>=1.10.0 # MIT @@ -33,13 +33,13 @@ test = eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0.0 # BSD - python-subunit>=0.0.18 # Apache-2.0/BSD + python-subunit>=1.0.0 # Apache-2.0/BSD sphinx>=1.6.2 # BSD openstackdocstheme>=1.17.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 oslo.context>=2.19.2 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD - testtools>=1.4.0 # MIT + testtools>=2.2.0 # MIT os-testr>=1.0.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 fixtures = |