From 46efcab64a704743c8044e6f43b9c258beb0afaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 05:02:59 +0000 Subject: [PATCH] Bump ruff from 0.14.6 to 0.14.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.6 to 0.14.7. - [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.14.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:development update-type: version-update:semver-patch ... 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..e5f2fff 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.14.7", ] setup(