From b43527d8e0405d170f2b8417b04e4d2d4f3ed5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:43:15 +0000 Subject: [PATCH] build(deps-dev): Update ruff requirement from >=0.15.12 to >=0.16.3 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/0.15.12...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 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 d4003ae7..02cd5495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=9.1.1", - "ruff>=0.15.12", + "ruff>=0.16.3", "coverage>=7.14.3", "isort>=8.0.1", "fakeredis>=2.36.2",