pin bandit in requirements-dev since 1.7.0 is weird in tox

This commit is contained in:
Brian S. Stephan 2021-02-12 09:28:12 -06:00
parent 7cf8a427ce
commit 1c052b8409
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ pytest
pytest-cov
# linting and other static code analysis
bandit
bandit==1.6.2 # pinned because 1.7.0 wasn't running right in tox
dlint
flake8
flake8-blind-except

View File

@ -8,7 +8,7 @@ appdirs==1.4.4
# via virtualenv
attrs==20.3.0
# via pytest
bandit==1.7.0
bandit==1.6.2
# via -r requirements/requirements-dev.in
bleach==3.2.2
# via mdx-linkify