From 4482132e3d4c9cde4d331b116361528c8ef05079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 18:17:06 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement from >=0.16 to >=0.16.8 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.16.0...0.16.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.8 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 b7e5a86..1187010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [] [project.optional-dependencies] qr = ["qrcode>=7.4"] # 只有需要生成二维码时才用到 -dev = ["ruff>=0.16"] +dev = ["ruff>=0.16.8"] [project.urls] Homepage = "https://github.com/cinqs/yi"