diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-03-03 22:59:10 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-03-03 22:59:10 +0000 |
| commit | f97a33b971eb5cff06b7f84202f2de2449e5028e (patch) | |
| tree | 9277a99a8590da8b47917addd2b861607f5b6ccd | |
| parent | 6abd38cd46ade11a7509448fc6582559c2968283 (diff) | |
| download | python-openstackclient-f97a33b971eb5cff06b7f84202f2de2449e5028e.tar.gz | |
Updated from global requirements
Change-Id: I28815dc190dba45af060b26eceb660f40bb67772
| -rw-r--r-- | requirements.txt | 2 | ||||
| -rw-r--r-- | setup.py | 2 | ||||
| -rw-r--r-- | test-requirements.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 1dfd2466..8688e2ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 six>=1.9.0 # MIT Babel>=2.3.4 # BSD @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.8'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index ef662d47..ca335d48 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,7 @@ reno>=1.8.0 # Apache-2.0 requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 requests-mock>=1.1 # Apache-2.0 sphinx>=1.5.1 # BSD -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 os-client-config>=1.22.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD |
