From 944d6b931384c9c26fa0d4d8906a0760664df4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:35:35 +0000 Subject: [PATCH] @chore: Bump ruff from 0.16.4 to 0.16.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.4 to 0.16.5. - [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.16.4...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 57825b3..6613264 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ # `pip install -r requirements-dev.txt` 安装本文件,不再手写 `pip install ruff` # 之类的无约束命令——否则这里钉死的版本形同虚设,ruff 发新版当天一次无关的 # push 就可能因规则集变化红掉。 -ruff==0.16.4 +ruff==0.16.5 pytest==9.1.1 # 与本地实测一致(7.1.0);此前钉在 6.2.1 而 CI 根本没装本文件,三方版本各不相同。 pytest-cov==7.1.0