diff --git a/pyproject.toml b/pyproject.toml index 1514e0b..baf84db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] black = [ - "black==26.1.0", + "black==26.3.0", ] ruff = [ "ruff==0.15.4", diff --git a/requirements_black.txt b/requirements_black.txt index 2f42b64..94999b8 100644 --- a/requirements_black.txt +++ b/requirements_black.txt @@ -1 +1 @@ -black==26.1.0 +black==26.3.0