From e487b2ef7936f841344bd79de7980dba53a85b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:13:02 +0000 Subject: [PATCH] Bump ruff from 0.16.4 to 0.16.5 in the dev-tools group Bumps the dev-tools group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `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 dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b026b27..696aae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = ["chess==1.11.2"] dev = [ "pytest==9.1.1", "pytest-cov>=7.1.0", - "ruff==0.16.4", + "ruff==0.16.5", "mypy==2.3.1", "pre-commit>=4.6.2", ]