From 80949729582678560488a03ce7cf627ad4eacf08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 05:13:00 +0000 Subject: [PATCH] Bump ruff from 0.15.14 to 0.16.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.14 to 0.16.3. - [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.14...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 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 cf30cc8..6750b41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ optional-dependencies = { dev = [ "pre-commit==4.6.0; python_version >= '3.10'", "mypy==2.1.0", "types-setuptools", - "ruff==0.15.14", + "ruff==0.16.3", ] } dynamic = ["version"]