diff --git a/pyproject.toml b/pyproject.toml index fd7eaa4..22a7a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -292,7 +292,7 @@ dev = [ "textual-dev>=1.0.0", # Type checking - pinned exactly for consistency (FastAPI approach) "mypy==1.17.1", - "ruff==0.14.2", + "ruff==0.14.10", # Type stubs for mypy "types-PyYAML>=6.0.0", "types-paramiko>=3.0.0",