diff --git a/pyproject.toml b/pyproject.toml index 1369ab7..67577fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "ruff", "mypy>=1.0,<1.5", "black>=23.0,<24.0", - "isort>=5.12,<5.13", + "isort>=5.12,<6.1", "pytest", "pytest-sphinx", "pytest-cov",