Merge pull request #62925 from waynew/fix-bandit-deps

Fix bandit deps
This commit is contained in:
Gareth J. Greenaway 2022-10-21 09:35:43 -07:00 committed by GitHub
commit 708b4ec610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1149,6 +1149,7 @@ repos:
salt/ext/.*|
tests/.*
)$
additional_dependencies: ['importlib_metadata<5']
- repo: https://github.com/PyCQA/bandit
rev: "1.7.4"
hooks:
@ -1158,6 +1159,7 @@ repos:
args: [--silent, -lll, --skip, B701]
files: ^tests/.*
exclude: ^tests/minionswarm\.py
additional_dependencies: ['importlib_metadata<5']
# <---- Security ---------------------------------------------------------------------------------------------------
# ----- Pre-Commit ------------------------------------------------------------------------------------------------>