From eef2b0e95a26e818839ed896f3846fff9a2ab81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 10:53:34 +0000 Subject: [PATCH] build(deps): bump mini-swe-agent from 2.2.8 to 2.4.4 in /benchmark Bumps [mini-swe-agent](https://github.com/SWE-agent/mini-swe-agent) from 2.2.8 to 2.4.4. - [Release notes](https://github.com/SWE-agent/mini-swe-agent/releases) - [Commits](https://github.com/SWE-agent/mini-swe-agent/compare/v2.2.8...v2.4.4) --- updated-dependencies: - dependency-name: mini-swe-agent dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 526d2e9..7088c19 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -1,4 +1,4 @@ -mini-swe-agent==2.2.8 +mini-swe-agent==2.4.4 pyyaml>=6.0.3 pytest>=9.1.1 pytest-timeout>=2.4.0