We jubilantly announce the release of: oslo.cache 1.33.4: Cache storage for OpenStack projects. This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/oslo.cache Download the package from: https://pypi.org/project/oslo.cache Please report issues through: https://bugs.launchpad.net/oslo.cache/+bugs For more details, please see below. Changes in oslo.cache 1.33.3..1.33.4 ------------------------------------ 157ed3f Avoid tox_install.sh for constraints support 8490915 Fix lower-constraints 03f1840 Cap Bandit below 1.6.0 and update Sphinx requirement b933dbb Replace git.openstack.org URLs with opendev.org URLs. 35c925b Use upper constraints from opendev.org Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- lower-constraints.txt | 2 +- requirements.txt | 2 +- test-requirements.txt | 5 +++- tools/tox_install.sh | 35 -------------------------- tox.ini | 50 ++++++++++++++++++-------------------- 12 files changed, 48 insertions(+), 84 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 15c99b9..7a0d951 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ dogpile.cache>=0.6.2 # BSD -six>=1.10.0 # MIT +six>=1.11.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 0fc8517..0bf6854 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ pifpaf>=0.10.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0 @@ -10,0 +11,3 @@ stestr>=2.0.0 # Apache-2.0 +python-memcached>=1.56 # PSF +pymongo!=3.1,>=3.0.2 # Apache-2.0 +etcd3gw>=0.2.0 # Apache-2.0