From 6e986f33c3e82aa23ca0e70276bd33fd95965056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 01:14:25 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement in /fleet 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.15.20...0.15.21) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- fleet/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleet/pyproject.toml b/fleet/pyproject.toml index e67ad5c1..875d6fb0 100644 --- a/fleet/pyproject.toml +++ b/fleet/pyproject.toml @@ -13,7 +13,7 @@ dev = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", "mypy>=2.2.0", - "ruff>=0.15.20", + "ruff>=0.15.21", ] [build-system]