From 277310bb2c306c5996f4f6b904a5e4b70e681f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:53:35 +0000 Subject: [PATCH] chore(deps-dev): 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3932a39e..a4c927fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ all = ["playwright>=1.62.0", "jieba>=0.42.1", "docsforge[pdf]", "docsforge[socia pdf = ["playwright>=1.62.0", "pypdf>=6.15.0"] social = ["pillow>=12.3.0", "cairosvg>=2.9.0"] # Pinned to the version CI enforces, so `ruff check` locally matches the gate. -dev = ["pytest>=8.0", "pytest-mock>=3.14", "ruff==0.16.4"] +dev = ["pytest>=8.0", "pytest-mock>=3.14", "ruff==0.16.5"] [project.urls] Documentation = "https://qqshi13.github.io/docsforge"