From e845d0214294eaaf2ca4444f1a7d11f05f3950c2 Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Mon, 25 Nov 2024 21:10:50 +0500 Subject: [PATCH] chore: utils-py version bump --- .../production_python_smart_contract_python/pyproject.toml | 2 +- .../production_python_smart_contract_typescript/pyproject.toml | 2 +- .../starter_python_smart_contract_python/pyproject.toml | 2 +- .../starter_python_smart_contract_typescript/pyproject.toml | 2 +- examples/production_python/pyproject.toml | 2 +- examples/starter_python/pyproject.toml | 2 +- template_content/pyproject.toml.jinja | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/generators/production_python_smart_contract_python/pyproject.toml b/examples/generators/production_python_smart_contract_python/pyproject.toml index 0add6ad..4ff7f0c 100644 --- a/examples/generators/production_python_smart_contract_python/pyproject.toml +++ b/examples/generators/production_python_smart_contract_python/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -algokit-utils = "^2.3.0" +algokit-utils = "^2.4.0" python-dotenv = "^1.0.0" algorand-python = "^2.0.0" algorand-python-testing = "^0.4.0" diff --git a/examples/generators/production_python_smart_contract_typescript/pyproject.toml b/examples/generators/production_python_smart_contract_typescript/pyproject.toml index b935117..646e9d7 100644 --- a/examples/generators/production_python_smart_contract_typescript/pyproject.toml +++ b/examples/generators/production_python_smart_contract_typescript/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -algokit-utils = "^2.3.0" +algokit-utils = "^2.4.0" python-dotenv = "^1.0.0" algorand-python = "^2.0.0" algorand-python-testing = "^0.4.0" diff --git a/examples/generators/starter_python_smart_contract_python/pyproject.toml b/examples/generators/starter_python_smart_contract_python/pyproject.toml index 26ee7c1..8f843a7 100644 --- a/examples/generators/starter_python_smart_contract_python/pyproject.toml +++ b/examples/generators/starter_python_smart_contract_python/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -algokit-utils = "^2.3.0" +algokit-utils = "^2.4.0" python-dotenv = "^1.0.0" algorand-python = "^2.0.0" algorand-python-testing = "^0.4.0" diff --git a/examples/generators/starter_python_smart_contract_typescript/pyproject.toml b/examples/generators/starter_python_smart_contract_typescript/pyproject.toml index 39ddab1..a4e8c74 100644 --- a/examples/generators/starter_python_smart_contract_typescript/pyproject.toml +++ b/examples/generators/starter_python_smart_contract_typescript/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -algokit-utils = "^2.3.0" +algokit-utils = "^2.4.0" python-dotenv = "^1.0.0" algorand-python = "^2.0.0" algorand-python-testing = "^0.4.0" diff --git a/examples/production_python/pyproject.toml b/examples/production_python/pyproject.toml index 37051f5..b6f944b 100644 --- a/examples/production_python/pyproject.toml +++ b/examples/production_python/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -algokit-utils = "^2.3.0" +algokit-utils = "^2.4.0" python-dotenv = "^1.0.0" algorand-python = "^2.0.0" algorand-python-testing = "^0.4.0" diff --git a/examples/starter_python/pyproject.toml b/examples/starter_python/pyproject.toml index bca9124..d6f6c61 100644 --- a/examples/starter_python/pyproject.toml +++ b/examples/starter_python/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -algokit-utils = "^2.3.0" +algokit-utils = "^2.4.0" python-dotenv = "^1.0.0" algorand-python = "^2.0.0" algorand-python-testing = "^0.4.0" diff --git a/template_content/pyproject.toml.jinja b/template_content/pyproject.toml.jinja index 7f9072a..a5674d5 100644 --- a/template_content/pyproject.toml.jinja +++ b/template_content/pyproject.toml.jinja @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -algokit-utils = "^2.3.0" +algokit-utils = "^2.4.0" python-dotenv = "^1.0.0" algorand-python = "^2.0.0" algorand-python-testing = "^0.4.0"