We are thrilled to announce the release of: oslo.privsep 2.1.1: OpenStack library for privilege separation This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oslo.privsep Download the package from: https://pypi.org/project/oslo.privsep Please report issues through: https://bugs.launchpad.net/oslo.privsep/+bugs For more details, please see below. Changes in oslo.privsep 2.1.0..2.1.1 ------------------------------------ bbae96e Update hacking for Python3 f142210 Use unittest.mock instead of third party mock Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 5 ----- test-requirements.txt | 3 +-- tox.ini | 4 ++-- 6 files changed, 6 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3bfcb84..ba4b3d1 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 @@ -7 +6,0 @@ oslotest>=3.2.0 # Apache-2.0 -mock>=2.0.0 # BSD