From 5689d75e67aa9c9a9a90d7659c7aebb485a61b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 06:09:35 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.15.8 to 0.15.9 in /python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.8 to 0.15.9. - [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.8...0.15.9) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index faba420ff..e8950955d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -68,7 +68,7 @@ docs = [ "sphinx-inline-tabs>=2023.4.21", ] dev = [ - "ruff==0.15.8", + "ruff==0.15.9", "typos>=1.23.6", "pre-commit>=3.8.0", "esbonio>=0.16.5",