We enthusiastically announce the release of: oslo.config 9.2.0: Oslo Configuration API This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/oslo.config Download the package from: https://pypi.org/project/oslo.config Please report issues through: https://bugs.launchpad.net/oslo.config/+bugs For more details, please see below. Changes in oslo.config 9.1.1..9.2.0 ----------------------------------- 3dff974 Bump bandit and make oslo.config compatible with latest rules 44725fa Revert "Moves supported python runtimes from version 3.8 to 3.10" 32d5549 Moves supported python runtimes from version 3.8 to 3.10 1654dcc Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- oslo_config/sources/_uri.py | 21 ++++++++++++++++----- releasenotes/source/2023.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + setup.cfg | 1 + test-requirements.txt | 2 +- 6 files changed, 26 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8cb29d3..46c17d5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -27 +27 @@ requests_mock>=1.5.0 # Apache-2.0 -bandit>=1.6.0,<1.7.0 # Apache-2.0 +bandit>=1.7.0,<1.8.0 # Apache-2.0