We enthusiastically announce the release of: oslo.concurrency 4.0.2: Oslo Concurrency library This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oslo.concurrency Download the package from: https://pypi.org/project/oslo.concurrency Please report issues through: https://bugs.launchpad.net/oslo.concurrency/+bugs For more details, please see below. Changes in oslo.concurrency 4.0.1..4.0.2 ---------------------------------------- 60a157a Use unittest.mock instead of third party mock 0a0c99a Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 - test-requirements.txt | 2 +- tox.ini | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 44c2ac9..4ccbbe1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0