# Dependencies for linting
# Fix bandit to a previous version due to bug with .bandit file: https://github.com/PyCQA/bandit/issues/657
bandit==1.6.2
codespell==2.1.0
flake8==3.9.2
flake8-bugbear==21.4.3
flake8-comprehensions==3.5.0
flake8-executable==2.1.1
mccabe==0.6.1
mypy==0.910
rstcheck==3.3.1
Sphinx==4.0.3  # used for rstcheck to enable Sphinx support
yamllint==1.26.1
# Types package for mypy
types-PyYAML==5.4.3
types-requests==0.1.13
