From c685b86ca41a461711aaec87c8a8a8f78a76dbff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:12:03 +0000 Subject: [PATCH] Bump verifiers in /Evals/marginbench in the marginbench-python group Bumps the marginbench-python group in /Evals/marginbench with 1 update: [verifiers](https://github.com/primeintellect-ai/verifiers). Updates `verifiers` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/primeintellect-ai/verifiers/releases) - [Commits](https://github.com/primeintellect-ai/verifiers/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: verifiers dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: marginbench-python ... Signed-off-by: dependabot[bot] --- Evals/marginbench/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evals/marginbench/pyproject.toml b/Evals/marginbench/pyproject.toml index 5ea0f57..e1e9947 100644 --- a/Evals/marginbench/pyproject.toml +++ b/Evals/marginbench/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Execution-scored human-agent-agent collaboration over Markdown workspaces." readme = "README.md" requires-python = ">=3.11" -dependencies = ["httpx>=0.27,<1", "jsonschema>=4.23,<5", "verifiers==0.3.0"] +dependencies = ["httpx>=0.27,<1", "jsonschema>=4.23,<5", "verifiers==0.3.1"] [build-system] requires = ["hatchling"]