diff --git a/dev-requirements.txt b/dev-requirements.txt index c88189cba0..7977b7cdc3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,8 @@ pre-commit; python_version <= "3.8" pre-commit==4.0.1; python_version > "3.8" flake8; python_version < "3.8" flake8==7.1.1; python_version >= "3.8" -bandit==1.8.0 +bandit==1.7.10; python_version <= "3.8" +bandit==1.8.0; python_version > "3.8" gitlint==v0.19.1 interrogate mypy==v1.13.0