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
This commit is contained in:
Rodolfo Alonso Hernandez 2023-05-17 21:55:59 +02:00 committed by Rodolfo Alonso
parent fc5634371e
commit f42d86cc0d

View File

@ -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