From 9b6ce7d207ccd3645a49c86ba8645ffb09cbd01d Mon Sep 17 00:00:00 2001 From: Mika Senghaas Date: Mon, 1 Dec 2025 04:29:33 +0000 Subject: [PATCH] Bump prime-sandboxes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57e8a2e63..7d946e390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "pydantic>=2.11.9", "tomli; python_version < '3.11'", "typing_extensions; python_version < '3.12'", - "prime-sandboxes>=0.2.2", + "prime-sandboxes>=0.2.4", "wget>=3.2", ]