From f42d86cc0d672433d4940cbc05a44d9736d1ba54 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Wed, 17 May 2023 21:55:59 +0200 Subject: [PATCH] Bump neutron-lib to 3.6.1 This new neutron-lib version has a fix related to the context "elevated" method. Now this method includes all needed roles (admin, member and reader) in the returned object. This is needed if "noauth" is used in an API call (for example in fullstack tests). Change-Id: Ide01b38377ec8be604823e81fa5fed14c6999cd9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73796c43eb1..59c16d4be51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=5.1.0 # Apache-2.0 netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT -neutron-lib>=3.5.0 # Apache-2.0 +neutron-lib>=3.6.1 # Apache-2.0 python-neutronclient>=7.8.0 # Apache-2.0 tenacity>=6.0.0 # Apache-2.0 SQLAlchemy>=1.4.23 # MIT