oslo.service 2.4.0 (victoria)
We are ecstatic to announce the release of: oslo.service 2.4.0: oslo.service library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.service Download the package from: https://pypi.org/project/oslo.service Please report issues through: https://bugs.launchpad.net/oslo.service/+bugs For more details, please see below. Changes in oslo.service 2.3.2..2.4.0 ------------------------------------ a15c31f [goal] Migrate testing to ubuntu focal 99ed582 Bump bandit version 598d5ab Align contributing doc with oslo's policy Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 5 +++++ lower-constraints.txt | 4 ++-- requirements.txt | 2 +- test-requirements.txt | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6956e12..ffe8f4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ fixtures>=3.0.0 # Apache-2.0/BSD -greenlet>=0.4.10 # MIT +greenlet>=0.4.15 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 2d59b6e..10805d3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ coverage!=4.4,>=4.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