diff --git a/tests/lint_requirements.txt b/tests/lint_requirements.txt index cf5ee75..293b5d4 100644 --- a/tests/lint_requirements.txt +++ b/tests/lint_requirements.txt @@ -3,5 +3,5 @@ mccabe~=0.6.1 pycodestyle~=2.8.0 pyflakes~=2.4.0 isort==5.10.1 # keep in sync with .pre-commit-config.yaml -black==22.3.0 # keep in sync with .pre-commit-config.yaml +black==24.3.0 # keep in sync with .pre-commit-config.yaml flake8-bugbear