[oslo] oslo.privsep 1.26.0 (queens)
We are glad to announce the release of: oslo.privsep 1.26.0: OpenStack library for privilege separation This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.privsep Download the package from: https://pypi.python.org/pypi/oslo.privsep Please report issues through launchpad: https://bugs.launchpad.net/oslo.privsep For more details, please see below. Changes in oslo.privsep 1.25.0..1.26.0 -------------------------------------- e264b1f Updated from global requirements 518a811 add bandit to pep8 job Diffstat (except docs and test files) ------------------------------------- oslo_privsep/comm.py | 7 +++++-- oslo_privsep/priv_context.py | 22 ++++++++++++---------- requirements.txt | 2 +- test-requirements.txt | 3 +++ tox.ini | 7 ++++++- 6 files changed, 37 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5b6985f..77b0a0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ oslo.config>=5.1.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index c3d3c4e..f0d969a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,0 +14,3 @@ reno>=2.5.0 # Apache-2.0 + +# Bandit security code scanner +bandit>=1.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org