diff --git a/pyproject.toml b/pyproject.toml index 0a7617ac..859c49a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "pytest-rerunfailures~=14.0", ] lint = [ - "black==22.3.0", + "black==24.4.2", "isort==5.13.2", "pylint==2.13.5", ]