diff --git a/pyproject.toml b/pyproject.toml index c4368cf..2c81bdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pydantic-settings = ">=2.0.0" [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.0" pylint="^3.3.0" -isort = "^5.12.0" +isort = "^6.1.0" toml="^0.10.0" black="^24.3.0" pytest = "^8.3.1"