diff --git a/pyproject.toml b/pyproject.toml index eb2d19e..aa00986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python-slugify = "^8.0.4" [tool.poetry.group.dev.dependencies] black = "^25.1.0" -isort = ">=5.13.2,<7.0.0" +isort = ">=7.0.0,<7.1.0" mypy = "^1.9.0" pylint = "^3.1.0" types-pyyaml = "^6.0.12.20240311"