From a3b3b03b9b5cdf0af8132e003707f7dfd4c16de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:25:45 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement in the dev-dependencies group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.15.16 - [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.15...0.15.16) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edb95f1..5220d98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "pytest>=9.0.3", "pytest-asyncio>=1.4.0", "pytest-timeout>=2.4.0", - "ruff>=0.15.15", + "ruff>=0.15.16", "fastapi>=0.136.3", "starlette>=1.2.1", "redis>=5.0",