pin bandit in requirements-dev since 1.7.0 is weird in tox
This commit is contained in:
parent
7cf8a427ce
commit
1c052b8409
@ -5,7 +5,7 @@ pytest
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
||||||
# linting and other static code analysis
|
# linting and other static code analysis
|
||||||
bandit
|
bandit==1.6.2 # pinned because 1.7.0 wasn't running right in tox
|
||||||
dlint
|
dlint
|
||||||
flake8
|
flake8
|
||||||
flake8-blind-except
|
flake8-blind-except
|
||||||
|
@ -8,7 +8,7 @@ appdirs==1.4.4
|
|||||||
# via virtualenv
|
# via virtualenv
|
||||||
attrs==20.3.0
|
attrs==20.3.0
|
||||||
# via pytest
|
# via pytest
|
||||||
bandit==1.7.0
|
bandit==1.6.2
|
||||||
# via -r requirements/requirements-dev.in
|
# via -r requirements/requirements-dev.in
|
||||||
bleach==3.2.2
|
bleach==3.2.2
|
||||||
# via mdx-linkify
|
# via mdx-linkify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user