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}", ]