We are glad to announce the release of: oslo.vmware 4.2.0: Oslo VMware library This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/oslo.vmware Download the package from: https://pypi.org/project/oslo.vmware Please report issues through: https://bugs.launchpad.net/oslo.vmware/+bugs For more details, please see below. Changes in oslo.vmware 4.1.1..4.2.0 ----------------------------------- 4f58211 Bump bandit and make oslo.messaging compatible with latest rules abd720b Imported Translations from Zanata f442d81 Revert "Moves supported python runtimes from version 3.8 to 3.10" d6cdf97 Moves supported python runtimes from version 3.8 to 3.10 9451f96 Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- oslo_vmware/image_util.py | 4 ++-- oslo_vmware/service.py | 2 +- releasenotes/source/2023.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po | 11 +++++++++-- requirements.txt | 1 + setup.cfg | 1 + test-requirements.txt | 2 +- 9 files changed, 23 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 924e1d6..e49cf0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,0 +17 @@ lxml>=4.5.0 # BSD +defusedxml>=0.7.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index c5fb634..d32e4d9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ coverage!=4.4,>=4.0 # Apache-2.0 -bandit>=1.6.0,<1.7.0 # Apache-2.0 +bandit>=1.7.0,<1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org