From 041c51c20d52175fa15a36a41992762c12c5b0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:23:57 +0000 Subject: [PATCH] build(deps-dev): Bump ruff from 0.15.18 to 0.15.20 in the dev-deps group Bumps the dev-deps group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.18 to 0.15.20 - [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.18...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61e2dd6..d6e2e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ # Used only by tests/integration/ — read HAI_API_KEY_TEST when running locally. "python-dotenv>=1.2.2,<2", "rich>=13,<16", - "ruff==0.15.18", + "ruff==0.15.20", "typer>=0.12,<1", ]