From bba1918bea2fffefc13bf08c840d104a6f9b15de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 11:08:22 +0000 Subject: [PATCH] ci: update ruff requirement from <0.15.0,>=0.13.0 to >=0.13.0,<0.16.0 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.13.0...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c7236e..6a1482a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "hatch>=1.0.0,<2.0.0", "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.6.0", - "ruff>=0.13.0,<0.15.0", + "ruff>=0.13.0,<0.16.0", ] otel = ["opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0"] @@ -94,7 +94,7 @@ installer = "uv" features = ["otel"] dependencies = [ "mypy>=1.15.0,<2.0.0", - "ruff>=0.13.0,<0.15.0", + "ruff>=0.13.0,<0.16.0", # Include required pacakge dependencies for mypy "strands-agents-evals @ {root:uri}", ] @@ -157,7 +157,7 @@ extra-dependencies = [ "hatch>=1.0.0,<2.0.0", "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.6.0", - "ruff>=0.13.0,<0.15.0", + "ruff>=0.13.0,<0.16.0", ] [tool.coverage.run]