[oslo] oslo.reports 1.26.0 (queens)
We are satisfied to announce the release of: oslo.reports 1.26.0: oslo.reports library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.reports Download the package from: https://pypi.python.org/pypi/oslo.reports Please report issues through launchpad: https://bugs.launchpad.net/oslo.reports For more details, please see below. Changes in oslo.reports 1.25.0..1.26.0 -------------------------------------- 39ec4f5 Updated from global requirements 4dde5f3 Add bandit to pep8 job Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- test-requirements.txt | 3 +++ tox.ini | 7 ++++++- 4 files changed, 13 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 408c857..c5c2d9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ oslo.i18n>=3.15.3 # 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 0db18b7..cc62351 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,0 +19,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