From 42b6bcd8e0e8129672f377a7ead479c8dd4476b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:42:39 +0000 Subject: [PATCH] build(deps): bump mini-swe-agent from 2.4.5 to 2.4.6 in /benchmark Bumps [mini-swe-agent](https://github.com/SWE-agent/mini-swe-agent) from 2.4.5 to 2.4.6. - [Release notes](https://github.com/SWE-agent/mini-swe-agent/releases) - [Commits](https://github.com/SWE-agent/mini-swe-agent/compare/v2.4.5...v2.4.6) --- updated-dependencies: - dependency-name: mini-swe-agent dependency-version: 2.4.6 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 7d7c100..632e293 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -1,4 +1,4 @@ -mini-swe-agent==2.4.5 +mini-swe-agent==2.4.6 pyyaml>=6.0.3 pytest>=9.1.1 pytest-timeout>=2.4.0