From ea479e576a6f5a9a3836a2a28a17444eaa76aa60 Mon Sep 17 00:00:00 2001 From: ArgimiroCF Date: Tue, 7 Oct 2025 03:12:41 -0300 Subject: [PATCH] bump utils version to 4 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15440a04..6102ea30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pytest-mock>=3.10.0", "pytest-xdist[psutil]>=3.3", "py-algorand-sdk>=2.4.0", - "algokit-utils>=3.0.0", + "algokit-utils>=4.0.0", "pytest-cov>=4.1.0", "prettytable>=3.9.0", "mypy==1.10", @@ -131,7 +131,7 @@ dependencies = [ "pytest-xdist[psutil]>=3.3", "pytest-cov>=4.1.0", "py-algorand-sdk>=2.4.0", - "algokit-utils>=3.0.0", + "algokit-utils>=4.0.0", "puyapy>=5", ] @@ -188,7 +188,7 @@ dependencies = [ "pytest-mock>=3.10.0", "pytest-xdist[psutil]>=3.3", "py-algorand-sdk>=2.4.0", - "algokit-utils>=3.0.0", + "algokit-utils>=4.0.0", "pytest-cov>=4.1.0", "mypy==1.10", ]