We are satisfied to announce the release of: oslo.rootwrap 7.3.0: Oslo Rootwrap This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/oslo.rootwrap Download the package from: https://pypi.org/project/oslo.rootwrap Please report issues through: https://bugs.launchpad.net/oslo.rootwrap/+bugs For more details, please see below. Changes in oslo.rootwrap 7.2.0..7.3.0 ------------------------------------- c42ef39 Remove unused reno from test requirements e6653b5 Remove old excludes 4b1f916 Update master for stable/2024.1 3ed850a reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- test-requirements.txt | 4 +--- 5 files changed, 10 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 22d9fc1..7e384b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,3 +11 @@ oslotest>=3.2.0 # Apache-2.0 -eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT - -reno>=3.1.0 # Apache-2.0 +eventlet>=0.18.2 # MIT