diff --git a/pyproject.toml b/pyproject.toml index 2f699b3..4a44573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["pre-commit", "pytest", "pytest-cov", "pytest-mock", "ruff==0.15.6"] +dev = ["pre-commit", "pytest", "pytest-cov", "pytest-mock", "ruff==0.15.10"] doc = ["sphinx", "pydata-sphinx-theme", "myst-parser", "autodoc_pydantic"] mcp = ["mcp[cli]>=1.2.0", "pyyaml"]