diff --git a/pyproject.toml b/pyproject.toml index 5edfbbb..1f4357a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ exclude = ["examples*", "tests*"] [tool.poetry.group.dev.dependencies] pytest = "^8.4.2" pytest-cov = "^7.0.0" -ruff = "^0.13.0" +ruff = "^0.14.2" black = "^25.1.0" isort = "^6.0.1" mypy = "^1.18.1"