diff --git a/pyproject.toml b/pyproject.toml index f7eb522..cda298e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ auto-typing-final = "auto_typing_final.main:main" auto-typing-final-lsp-server = "auto_typing_final.lsp:main" [dependency-groups] -dev = ["mypy==1.17.1", "pytest==8.4.1", "pytest-cov==6.2.1", "ruff==0.12.7"] +dev = ["mypy==1.17.1", "pytest==8.4.1", "pytest-cov==6.2.1", "ruff==0.12.11"] [build-system] requires = ["hatchling", "hatch-vcs"]