Skip to content

Commit

Permalink
Bump flake8-bandit to v3 (#2368)
Browse files Browse the repository at this point in the history
Which is compatible with bandit >= 1.7.3
  • Loading branch information
sathieu authored Mar 11, 2022
1 parent 5c9bef8 commit 99df3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ flake8-bugbear = ">=20.1,<23.0"
flake8-debugger = "^4.0"
flake8-isort = "^4.0"
flake8-eradicate = "^1.0"
flake8-bandit = "^2.1"
flake8-bandit = ">=2.1,<4"
flake8-broken-line = ">=0.3,<0.5"
flake8-rst-docstrings = "^0.2"
pep8-naming = ">=0.11,<0.13"
Expand Down

0 comments on commit 99df3e7

Please sign in to comment.