We are ecstatic to announce the release of: keystoneauth 5.5.0 This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/keystoneauth Download the package from: https://pypi.org/project/keystoneauth Please report issues through: https://bugs.launchpad.net/keystoneauth/+bugs For more details, please see below. Changes in keystoneauth 5.4.0..5.5.0 ------------------------------------ b68be4b Bump hacking, other flake8 plugins 9df23dc Bump bandit b5ddc07 Remove dependency on oslo_config 3b492a7 Fix "dictionary changed size during iteration" b43cad9 Change retries log level to warning instead of info f136680 Allow setting retriable status codes for Adapter via configuration options Diffstat (except docs and test files) ------------------------------------- keystoneauth1/adapter.py | 6 ++---- keystoneauth1/hacking/checks.py | 2 +- keystoneauth1/identity/v3/oidc.py | 2 +- keystoneauth1/loading/adapter.py | 10 ++++++++++ keystoneauth1/loading/opts.py | 2 +- keystoneauth1/session.py | 24 +++++++++++++++++------- test-requirements.txt | 12 ++++-------- 9 files changed, 45 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7f7b131..d37e6cf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,4 @@ -# 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. +hacking~=6.1.0 # Apache-2.0 +flake8-docstrings~=1.7.0 # MIT +flake8-import-order~=0.18.2 #LGPLv3 +bandit~=1.7.6 # Apache-2.0 @@ -5,5 +5,0 @@ -hacking~=4.1.0 # Apache-2.0 -flake8-docstrings~=1.6.0 # MIT -flake8-import-order>=0.17.1 #LGPLv3 - -bandit<1.6.0,>=1.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org