From a80d7c9bd9180ed2f05abb021176d85879b610db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 03:20:30 +0000 Subject: [PATCH] build(deps): bump the python-dependencies group across 1 directory with 2 updates Bumps the python-dependencies group with 2 updates in the / directory: [inspect-ai](https://github.com/UKGovernmentBEIS/inspect_ai) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `inspect-ai` from 0.3.125 to 0.3.130 - [Changelog](https://github.com/UKGovernmentBEIS/inspect_ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/UKGovernmentBEIS/inspect_ai/compare/0.3.125...0.3.130) Updates `pytest-asyncio` from 0.24.0 to 1.1.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.1.0) --- updated-dependencies: - dependency-name: inspect-ai dependency-version: 0.3.130 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a904018a..f2ffa187 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.156", "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",