Skip to content

Commit 2ac17b5

Browse files
build(deps-dev): update bandit requirement from >=1.7.1 to >=1.9.4
Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.1...1.9.4) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29087fa commit 2ac17b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lint = [
3131
# Abstract top-level development dependencies (e.g. linters and other tools)
3232
# Support for pyproject.toml added in 1.7.1
3333
# https://github.com/PyCQA/bandit/pull/401
34-
'bandit[toml] >= 1.7.1',
34+
'bandit[toml] >= 1.9.4',
3535
'flake8',
3636
'flake8-bugbear',
3737
'flake8-comprehensions',

0 commit comments

Comments
 (0)