From 3cf2667a6ee4d30acb133dc474c133304741a635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:06:37 +0000 Subject: [PATCH] Update ruff requirement from >=0.9.1 to >=0.15.17 in /agent/python-agent 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.9.1...0.15.17) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- agent/python-agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/python-agent/pyproject.toml b/agent/python-agent/pyproject.toml index 8824f8c..21db7cb 100644 --- a/agent/python-agent/pyproject.toml +++ b/agent/python-agent/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [dependency-groups] dev = [ "pyright>=1.1.391", - "ruff>=0.9.1", + "ruff>=0.15.17", ] [build-system]