Skip to content

Commit fb8fe17

Browse files
committed
chore: utils-py version bump
1 parent f97be2c commit fb8fe17

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/generators/production_python_smart_contract_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^2.3.0"
10+
algokit-utils = "^2.4.0b1"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"

examples/generators/production_python_smart_contract_typescript/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^2.3.0"
10+
algokit-utils = "^2.4.0b1"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"

examples/generators/starter_python_smart_contract_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^2.3.0"
10+
algokit-utils = "^2.4.0b1"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"

examples/generators/starter_python_smart_contract_typescript/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^2.3.0"
10+
algokit-utils = "^2.4.0b1"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"

examples/production_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^2.3.0"
10+
algokit-utils = "^2.4.0b1"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"

examples/starter_python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^2.3.0"
10+
algokit-utils = "^2.4.0b1"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"

template_content/pyproject.toml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12"
10-
algokit-utils = "^2.3.0"
10+
algokit-utils = "^2.4.0b1"
1111
python-dotenv = "^1.0.0"
1212
algorand-python = "^2.0.0"
1313
algorand-python-testing = "^0.4.0"

0 commit comments

Comments
 (0)