diff --git a/pyproject.toml b/pyproject.toml index 048fab88f..9514d90d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,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", ] @@ -116,7 +116,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}", ]