diff --git a/dev-requirements.txt b/dev-requirements.txt index e3fe82f6f3..a9b08615f9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,12 +1,12 @@ black==24.10.0; python_version > "3.8" -black==24.10.0; python_version <= "3.8" +black==24.8.0; python_version <= "3.8" isort; python_version < "3.8" isort==5.13.2; python_version >= "3.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; python_version <= "3.8" +bandit==1.7.10; python_version <= "3.8" bandit==1.8.0; python_version > "3.8" gitlint==v0.19.1 interrogate