From 7c6d692c08138ade95145a3befb2bf22b4ea738e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 06:09:51 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.15.8 to 0.15.10 in /python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.8 to 0.15.10. - [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.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 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 dbecb9b3b..91511f37a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -69,7 +69,7 @@ docs = [ "sphinx-inline-tabs>=2023.4.21", ] dev = [ - "ruff==0.15.8", + "ruff==0.15.10", "typos>=1.23.6", "pre-commit>=3.8.0", "esbonio>=0.16.5",