We are excited to announce the release of: oslo.utils 4.5.0: Oslo Utility library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.utils Download the package from: https://pypi.org/project/oslo.utils Please report issues through: https://bugs.launchpad.net/oslo.utils/+bugs For more details, please see below. 4.5.0 ^^^^^ New Features * New method "is_json" "is_yaml" added in fileutils. These can be used to check if file is JSON or YAML formatted. Changes in oslo.utils 4.4.0..4.5.0 ---------------------------------- 7c4a94c Add util methods for checking json and yaml formatted file 2aaaf38 Bump bandit version Diffstat (except docs and test files) ------------------------------------- oslo_utils/fileutils.py | 49 ++++++++++++++++++++++ ...-for-json-yaml-file-check-746dca0a11c2f9c9.yaml | 6 +++ test-requirements.txt | 2 +- 4 files changed, 85 insertions(+), 2 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d97dd15..349cab6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -24 +24 @@ oslo.config>=5.2.0 # Apache-2.0 -bandit>=1.1.0,<1.6.0 # Apache-2.0 +bandit>=1.6.0,<1.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org