From ea9602a03bc0040a31840cb1c42c4ae58b16606a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 05:03:10 +0000 Subject: [PATCH] Bump ruff from 0.14.6 to 0.14.10 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.6 to 0.14.10. - [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.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.10 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..f7ccc24 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.10", ] setup(