diff --git a/pyproject.toml b/pyproject.toml index 5aa2f857..4a46ad6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "pytest-rerunfailures~=14.0", ] lint = [ - "black==24.8.0", + "black==24.10.0", "isort==5.13.2", "pylint==3.3.1", ]