From 27d43a12f0e311c83024199a3f025f8b8733e6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:03:08 +0000 Subject: [PATCH] Update ruff requirement from <0.15 to <0.16 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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/v0.0.18...0.15.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cb5303..ddec048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ optional-dependencies.develop = [ "mypy<1.20", "poethepoet<1", "pyproject-fmt<3", - "ruff<0.15", + "ruff<0.16", "validate-pyproject<1", ] optional-dependencies.docs = [