From 5814d1c7e29361a984ad716f174e5837c881335e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:04:47 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.9.3 to 0.11.6 in /bindings/python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.3 to 0.11.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.9.3...0.11.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 967010a..9549367 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -35,7 +35,7 @@ test = [ "pytest >=8.0.0,<9.0.0", "black ==24.10.0", "mypy >=1.0.0", - "ruff ==0.9.3", + "ruff ==0.11.6", "isort ==5.13.2", "maturin >=1.7,<2.0", "pytest-benchmark[histogram] >=4.0.0,<6.0.0",