diff --git a/pyproject.toml b/pyproject.toml index ab89743..4bcacc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] black = [ - "black==26.3.0", + "black==26.3.1", ] ruff = [ "ruff==0.15.5", diff --git a/requirements_black.txt b/requirements_black.txt index 94999b8..eb1f300 100644 --- a/requirements_black.txt +++ b/requirements_black.txt @@ -1 +1 @@ -black==26.3.0 +black==26.3.1