From 934eae57620042fcf92d7b2e0a8b1e7ac4fdc25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:29:16 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.14.13 to 0.15.0 in /python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.13 to 0.15.0. - [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.14.13...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 9a2e17ab..ad0e43f2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -45,11 +45,11 @@ dynamic = ["version"] devel = [ "pytest==8.4.2", "coverage==7.10.7", - "ruff==0.14.13", + "ruff==0.15.0", "mypy==1.19.1", ] lint = [ - "ruff==0.14.13", + "ruff==0.15.0", "mypy==1.19.1", ] datafusion = [