keystonemiddleware 10.7.1 (dalmatian)
We are ecstatic to announce the release of: keystonemiddleware 10.7.1: Middleware for OpenStack Identity This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/keystonemiddleware Download the package from: https://pypi.org/project/keystonemiddleware Please report issues through: https://bugs.launchpad.net/keystonemiddleware/+bugs For more details, please see below. Changes in keystonemiddleware 10.7.0..10.7.1 -------------------------------------------- c890d93 reno: Update master for unmaintained/zed 8ca2956 Remove old excludes Diffstat (except docs and test files) ------------------------------------- releasenotes/source/zed.rst | 2 +- requirements.txt | 6 +++--- test-requirements.txt | 4 ++-- 4 files changed, 8 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ff3577b..e5cd41a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ oslo.log>=3.36.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.18.0 # Apache-2.0 @@ -13,2 +13,2 @@ oslo.utils>=3.33.0 # Apache-2.0 -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -pycadf!=2.0.0,>=1.1.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 +pycadf>=1.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 205323c..b2273bb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ flake8-docstrings~=1.7.0 # MIT -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -19 +19 @@ PyJWT>=2.4.0 # MIT -bandit!=1.6.0,>=1.1.0 # Apache-2.0 +bandit>=1.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org