diff --git a/pyproject.toml b/pyproject.toml index ef02e11d..01bf0311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "pytest-rerunfailures>=14,<17", ] lint = [ - "black==24.10.0", + "black==25.11.0", "isort==7.0.0", "pylint==4.0.1", ]