diff --git a/pyproject.toml b/pyproject.toml index e0adfd6..89a2173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ test = [ ] lint = [ "flake8==7.3.0", - "black==26.3.0", + "black==26.3.1", ] dev = [ { include-group = "test" },