diff --git a/pyproject.toml b/pyproject.toml index a904018a..63bb3c33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ authors = [ dependencies = [ "datasets>=3.6.0", "groq>=0.33.0", - "inspect-ai==0.3.141", + "inspect-ai==0.3.195", "inspect_swe>=0.2.26", "anthropic>=0.69.0", "openai>=2.0.0", @@ -92,7 +92,7 @@ dev = [ "mypy>=1.15.0", "pre-commit>=4.2.0", "pytest>=8.3.5", - "pytest-asyncio==0.24.0", + "pytest-asyncio==1.3.0", "pytest-cov>=4.1.0", "ruff>=0.11.9", "types-jsonschema>=4.0.0",