From 38178ea58f8a2598e2eb26cb15cca6e37d592f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 04:32:49 +0000 Subject: [PATCH] chore(deps): update ruff requirement in /api/shared 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.8.0...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/shared/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/shared/pyproject.toml b/api/shared/pyproject.toml index 6b6defd..6c1baf3 100644 --- a/api/shared/pyproject.toml +++ b/api/shared/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [] dev = [ "pytest>=8.0.0", "pytest-cov>=6.0.0", - "ruff>=0.8.0", + "ruff>=0.15.10", "black>=24.0.0", ]