diff options
author | 2022-07-11 05:05:51 +0400 | |
---|---|---|
committer | 2022-07-11 05:05:51 +0400 | |
commit | 36a461b57c5b901fb5cfb81966bac3f0387fd590 (patch) | |
tree | 1b83c893a9ed1aec003ee406b92409dd5497a0e6 /pyproject.toml | |
parent | Remove Message Model Test (diff) |
Bump flake8-bandit To v3
Bumps flake-bandit to v3 to fix an incompatibility with the bandit
package.
This also bumps flake8-annotations to a legally acceptable version,
which introduces ANN401, which disallows `typing.Any` annotations (for
the most part, refer to the docs).
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 01e7eda2..6ef7c407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ django-distill = "~=2.9.0" coverage = "~=5.0" flake8 = "~=3.7" flake8-annotations = "~=2.0" -flake8-bandit = "~=2.1" +flake8-bandit = "~=3.0" flake8-bugbear = "~=20.1" flake8-docstrings = "~=1.5" flake8-import-order = "~=0.18" |