From 2331aebd1edab6b78dcca770f965e5006a19e30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 05:29:51 +0000 Subject: [PATCH] Bump ruff from 0.14.6 to 0.14.11 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.6 to 0.14.11. - [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.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.11 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..35fe34a 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.11", ] setup(