From a2e104272112cbfdc20a0ac05d779135d7edbed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:43:53 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.14.1 to 0.14.13 in /python Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.1 to 0.14.13. - [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.1...0.14.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development update-type: version-update:semver-patch ... 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 3582d096..9a2e17ab 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.1", + "ruff==0.14.13", "mypy==1.19.1", ] lint = [ - "ruff==0.14.1", + "ruff==0.14.13", "mypy==1.19.1", ] datafusion = [