diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-11-16 11:25:40 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-11-16 11:25:40 +0000 |
| commit | c0f910d6133626e5afbb6106b5230d5d59a4eb89 (patch) | |
| tree | 0676c12414cfb50b2cc06068fd0affb414e46db8 | |
| parent | c161a76a5f08585388e1a49d2882204ca719428c (diff) | |
| download | python-openstackclient-c0f910d6133626e5afbb6106b5230d5d59a4eb89.tar.gz | |
Updated from global requirements
Change-Id: I714dbe5326ed99c4edab6c63ecea4dc6a72b57e7
| -rw-r--r-- | requirements.txt | 2 | ||||
| -rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index ffcf89d9..92998917 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT Babel!=2.4.0,>=2.3.4 # BSD cliff!=2.9.0,>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9f63c311..ffd92041 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,7 +17,7 @@ stevedore>=1.20.0 # Apache-2.0 os-client-config>=1.28.0 # Apache-2.0 os-testr>=1.0.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT tempest>=17.1.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0 bandit>=1.1.0 # Apache-2.0 |
