From 996b9d3b89fcf36d7c11badc0a6ca2ce251f2dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 09:20:45 +0000 Subject: [PATCH] Bump ruff from 0.11.8 to 0.12.10 in /python-wrapper Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.8 to 0.12.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.11.8...0.12.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index dfd0e1b..360a457 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -41,7 +41,7 @@ requires-python = ">=3.9" [project.optional-dependencies] dev = [ - "ruff==0.11.8", + "ruff==0.12.10", "mypy==1.17.1", "pytest==8.3.4", "selenium==4.32.0",