bandit: Install baseline extra

Since bandit 1.7.7[1] we have to install the baseline extra to use
bandit-baseline.

[1] 22c75a8306

Change-Id: I3eda10d6dd5244c1075c576f24a5a024f7e50afd
This commit is contained in:
Takashi Kajinami 2024-01-29 22:39:56 +09:00
parent 3d1a8bff20
commit 1ea7c827f6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ deps =
{[testenv]deps}
flake8-import-order==0.12 # LGPLv3
pylint==2.6.0 # GPLv2
bandit!=1.6.0,>=1.4.0 # Apache-2.0
bandit[baseline]>=1.7.7 # Apache-2.0
setenv =
DJANGO_SETTINGS_MODULE=openstack_dashboard.test.settings
commands =