From 3e54a49e4e2a0a27207dfd522d2e5379f41ff87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:08:11 +0000 Subject: [PATCH] chore(deps-dev): bump ruff from 0.15.6 to 0.15.7 in /python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.6 to 0.15.7. - [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.6...0.15.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.7 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 8b9c5013..e49a04e5 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "sphinx-inline-tabs>=2023.4.21", ] dev = [ - "ruff==0.15.6", + "ruff==0.15.7", "typos>=1.23.6", "pre-commit>=3.8.0", "esbonio>=0.16.5",