We are excited to announce the release of: oslo.middleware 6.5.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/oslo.middleware Download the package from: https://pypi.org/project/oslo.middleware Please report issues through: https://bugs.launchpad.net/oslo.middleware/+bugs For more details, please see below. Changes in oslo.middleware 6.4.0..6.5.0 --------------------------------------- 26dfbfd typing: Fix issue with HealthCheck.app_factory af16970 Drop redundant injection of VIRTUAL_ENV Diffstat (except docs and test files) ------------------------------------- oslo_middleware/healthcheck/__init__.py | 15 +++++---------- requirements.txt | 9 +++++---- tox.ini | 6 ++---- 3 files changed, 12 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 96e761d..f15a2ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5,2 @@ -pbr>=2.0.0 # Apache-2.0 +bcrypt>=3.1.3 # Apache-2.0 +debtcollector>=1.2.0 # Apache-2.0 @@ -10,0 +12,2 @@ oslo.utils>=3.33.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 +statsd>=3.2.1 # MIT @@ -11,0 +15 @@ stevedore>=1.20.0 # Apache-2.0 +typing-extensions>=4.11.0 # PSF-2.0 @@ -13,3 +16,0 @@ WebOb>=1.8.0 # MIT -debtcollector>=1.2.0 # Apache-2.0 -statsd>=3.2.1 # MIT -bcrypt>=3.1.3 # Apache-2.0