From 6d1d61407197364b881eeaebd2bb9e34879d0e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:53:53 +0000 Subject: [PATCH] build: update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.16.6 - [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.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development dependency-group: python-dependencies ... 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 ee3ca29..50521ed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ pip-audit>=2.10.1,<3 pytest>=9.1.1,<10 pytest-qt>=4.5.0,<5 -ruff>=0.16.4,<0.17 +ruff>=0.16.6,<0.17 pyright>=1.1.411,<2