[oslo] oslo.serialization 2.23.0 (queens)
We are amped to announce the release of: oslo.serialization 2.23.0: Oslo Serialization library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.serialization Download the package from: https://pypi.python.org/pypi/oslo.serialization Please report issues through launchpad: https://docs.openstack.org/oslo.serialization/latest/ For more details, please see below. Changes in oslo.serialization 2.22.0..2.23.0 -------------------------------------------- 9ac1d6b Updated from global requirements 019c7d5 Add bandit to pep8 job Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- test-requirements.txt | 3 +++ tox.ini | 7 ++++++- 3 files changed, 10 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 04b5dbf..554b7ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ msgpack-python>=0.4.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 fbbc1c4..7cf5e3d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,0 +17,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