We are psyched to announce the release of: oslo.context 2.22.2: Oslo Context library This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/oslo.context Download the package from: https://pypi.org/project/oslo.context Please report issues through: https://bugs.launchpad.net/oslo.context/+bugs For more details, please see below. Changes in oslo.context 2.22.1..2.22.2 -------------------------------------- 445de77 Filter out auth_token_info from logging values 85df332 Cap Bandit below 1.6.0 and update Sphinx requirement a94c3f1 OpenDev Migration Patch ad583b6 Update UPPER_CONSTRAINTS_FILE for stable/stein 20763a8 Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 ++- oslo_context/context.py | 6 ++++++ test-requirements.txt | 2 +- tox.ini | 6 +++--- 6 files changed, 25 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 21acd1a..1235271 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ stestr>=2.0.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0