We are satisfied to announce the release of: python-cinderclient 7.0.1: OpenStack Block Storage API Client Library This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/python-cinderclient Download the package from: https://pypi.org/project/python-cinderclient Please report issues through: https://bugs.launchpad.net/python-cinderclient/+bugs For more details, please see below. Changes in python-cinderclient 7.0.0..7.0.1 ------------------------------------------- 350121f Adjust requirements and lower-constraints f591104 Fix typo: dow -> down a7dfe1a Fix hacking min version to 3.0.1 3ddf349 Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri 31ee0da Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + cinderclient/v3/shell.py | 2 +- lower-constraints.txt | 13 +++++-------- test-requirements.txt | 8 ++++++-- tox.ini | 8 ++++---- 5 files changed, 17 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 562d2cd..3371673 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=2.0.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -13 +13 @@ requests-mock>=1.2.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 +tempest>=24.0.0 # Apache-2.0 @@ -16,0 +17,4 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +# +# these indirect dependencies are added to narrow down the range +# considered by the pip resolver +dulwich>=0.19.15