From b4475c35fda9e3c75fe46b1b58abc7e07955a779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:47:31 +0000 Subject: [PATCH] deps: bump ruff from 0.15.5 to 0.15.6 in the python-dependencies group Bumps the python-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.5 to 0.15.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.5...0.15.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2b131d..2f699b3 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.5"] +dev = ["pre-commit", "pytest", "pytest-cov", "pytest-mock", "ruff==0.15.6"] doc = ["sphinx", "pydata-sphinx-theme", "myst-parser", "autodoc_pydantic"] mcp = ["mcp[cli]>=1.2.0", "pyyaml"]