From 3b159eb0cfb178ba78afafa3632781015b96f1e8 Mon Sep 17 00:00:00 2001 From: Boden R Date: Wed, 1 Mar 2017 06:35:13 -0700 Subject: [PATCH] Bump stevedore to 1.20.0 Stevedore 1.20.0 was recently released [1] and contains a change we are waiting for neutron [2]. While the upper constraints have been bumped to 1.20.0 for stevedore, version 1.20.0 cannot be used by projects and will fail [3] due to incompatible version. This patch bumps global requirements for stevedore 1.20.0 so we can consume it in other project (ex: [2]). [1] https://pypi.python.org/pypi/stevedore/1.20.0 [2] https://review.openstack.org/#/c/429915/ [3] http://logs.openstack.org/15/429915/3/check/gate-neutron-requirements/8f9f5ee/console.html Change-Id: I5babd3025c63e5d3a9fac26a169278d849158bf9 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 081c38c2db..0762752d11 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -277,7 +277,7 @@ SQLAlchemy>=1.0.10,<1.1.0 # MIT SQLAlchemy-Utils # BSD License sqlalchemy-migrate>=0.9.6 # Apache-2.0 sqlparse>=0.2.2 # BSD -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 sysv_ipc>=0.6.8 # BSD License suds-jurko>=0.6 # LGPLv3+ sympy>=0.7.6 # BSD