We are jazzed to announce the release of: oslo.rootwrap 5.13.0: Oslo Rootwrap This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.rootwrap Download the package from: https://pypi.python.org/pypi/oslo.rootwrap Please report issues through launchpad: https://bugs.launchpad.net/oslo.rootwrap For more details, please see below. Changes in oslo.rootwrap 5.12.1..5.13.0 --------------------------------------- 68a6492 Updated from global requirements d3d76e0 Follow the new PTI for document build 24156a4 Add bandit to pep8 job Diffstat (except docs and test files) ------------------------------------- oslo_rootwrap/client.py | 3 ++- test-requirements.txt | 3 +++ tox.ini | 11 +++++++++-- 5 files changed, 35 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e8710fd..fc370e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -23,0 +24,3 @@ reno>=2.5.0 # Apache-2.0 + +# Bandit security code scanner +bandit>=1.1.0 # Apache-2.0