From de6145f427936a24c525c92a7f2d10a943833a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:18:21 +0000 Subject: [PATCH] ci(python): update ruff requirement in /strands-py 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.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- strands-py/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strands-py/pyproject.toml b/strands-py/pyproject.toml index 86995b5746..689fbc25e7 100644 --- a/strands-py/pyproject.toml +++ b/strands-py/pyproject.toml @@ -97,7 +97,7 @@ dev = [ "pytest-asyncio>=1.0.0,<1.4.0", "pytest-timeout>=2.0.0,<3.0.0", "pytest-xdist>=3.0.0,<4.0.0", - "ruff>=0.13.0,<0.15.0", + "ruff>=0.13.0,<0.16.0", "tenacity>=9.0.0,<10.0.0", ] @@ -123,7 +123,7 @@ installer = "uv" features = ["all"] dependencies = [ "mypy>=1.15.0,<2.0.0", - "ruff>=0.13.0,<0.15.0", + "ruff>=0.13.0,<0.16.0", # Include required package dependencies for mypy "strands-agents @ {root:uri}", ]