diff --git a/pyproject.toml b/pyproject.toml index 74a2271..0033e61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Changelog = "https://github.com/replane-dev/replane-python/blob/main/CHANGELOG.m dev = [ "ruff", "mypy>=1.0,<2.0", - "black>=23.0,<25.0", + "black>=23.0,<26.0", "isort>=5.12,<5.14", "pytest", "pytest-sphinx",