From 1c194d5dba1740899220dbb9d8c9a36b3a2ca821 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:50:15 +0000 Subject: [PATCH] fix(hm-pulumi): update python to 3.13.x --- cloud-infrastructure/hm-pulumi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-infrastructure/hm-pulumi/pyproject.toml b/cloud-infrastructure/hm-pulumi/pyproject.toml index a7e89bb243..b4ac0bc13f 100644 --- a/cloud-infrastructure/hm-pulumi/pyproject.toml +++ b/cloud-infrastructure/hm-pulumi/pyproject.toml @@ -2,7 +2,7 @@ package-mode = false [tool.poetry.dependencies] -python = "3.12.x" +python = "3.13.x" pulumi = "3.130.0" pulumi-aws = "6.50.1"