From 056c69570c66ba10c137bf12decd67a43c0c6160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 07:54:02 +0000 Subject: [PATCH] build(deps-dev): bump ruff from 0.15.19 to 0.16.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.19 to 0.16.2. - [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.15.19...0.16.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a61ba3..abd6011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "pytest>=8.0", "pytest-qt>=4.4", "pytest-cov>=5.0", - "ruff==0.15.19", + "ruff==0.16.2", ] # On-device OCR on Windows via the WinRT Windows.Media.Ocr engine. Optional and # Windows-only — the engine itself ships with Windows, these are just the Python