From 9af0fc49b0a6699ee313535f8b4f57d66c07b48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 04:32:43 +0000 Subject: [PATCH] chore(deps): update ruff requirement in /api/admin 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/admin/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/admin/pyproject.toml b/api/admin/pyproject.toml index 4e88f93..186c2df 100644 --- a/api/admin/pyproject.toml +++ b/api/admin/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ dev = [ "pytest>=8.0.0", "pytest-cov>=6.0.0", - "ruff>=0.8.0", + "ruff>=0.15.10", "black>=24.0.0", ]