Skip to content

Commit

Permalink
GH-5 Upgrade flake8-bandit to 3.0.0
Browse files Browse the repository at this point in the history
It contains a fix for a compatibility break in Bandit.
  • Loading branch information
Raniz85 committed Mar 21, 2022
1 parent 85197db commit 14c965f
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 @@ -30,7 +30,7 @@ python = "^3.9"
[tool.poetry.dev-dependencies]
black = "^21.11b1"
flake8 = "^4.0.1"
flake8-bandit = "^2.1.2"
flake8-bandit = "^3.0.0"
flake8-bugbear = "^21.9.2"
flake8-docstrings = "^1.6.0"
flake8-isort = "^4.1.1"
Expand Down

0 comments on commit 14c965f

Please sign in to comment.