From 9e26f8c326659761a0030de0e178566ae85006d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 02:42:34 +0000 Subject: [PATCH] build(deps): bump mini-swe-agent from 2.4.4 to 2.4.5 in /benchmark Bumps [mini-swe-agent](https://github.com/SWE-agent/mini-swe-agent) from 2.4.4 to 2.4.5. - [Release notes](https://github.com/SWE-agent/mini-swe-agent/releases) - [Commits](https://github.com/SWE-agent/mini-swe-agent/compare/v2.4.4...v2.4.5) --- updated-dependencies: - dependency-name: mini-swe-agent dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/requirements.txt b/benchmark/requirements.txt index 7088c19..b7d59af 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -1,4 +1,4 @@ -mini-swe-agent==2.4.4 +mini-swe-agent==2.4.5 pyyaml>=6.0.3 pytest>=9.1.1 pytest-timeout>=2.4.0