From 18743cbd1a5dbc72523c9d332af9e4abcbf8e517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:05:23 +0000 Subject: [PATCH] chore(deps-dev): bump ruff Bumps the pip-ai-engine-updates group in /ai-engine with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.8 to 0.15.9 - [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.8...0.15.9) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-ai-engine-updates ... Signed-off-by: dependabot[bot] --- ai-engine/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-engine/requirements-dev.txt b/ai-engine/requirements-dev.txt index 40d34e8ce..6ef8e97fc 100644 --- a/ai-engine/requirements-dev.txt +++ b/ai-engine/requirements-dev.txt @@ -10,7 +10,7 @@ pytest-timeout==2.4.0 pytest-mock>=3.11.0 # Code Quality - align with backend version -ruff==0.15.8 +ruff==0.15.10 black==26.3.1 mypy>=1.5.0