From e6e476a70e879a5f8833adfdf24a3a982bcb45e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:44:28 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.12.0...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d9e94a..9e42260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest>=8.0"] # ruff 钉大版本:避免升级引入新规则把 CI 变红,也让本机与 CI 一致 -lint = ["ruff>=0.12,<0.13"] +lint = ["ruff>=0.12,<0.17"] [tool.ruff] # 与 requires-python 保持一致:ruff 按此版本做语法校验,