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]