From e04064ac701db5dce3a024eee39a4973cc1d2107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 05:26:54 +0000 Subject: [PATCH] Bump ruff from 0.14.6 to 0.15.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.6 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.6...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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ccf671..f62b33d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "pre-commit==4.5.0; python_version >= '3.10'", "mypy==1.18.2", "types-setuptools", - "ruff==0.14.6", + "ruff==0.15.0", ] setup(