From 68725e99315924a33d6d8a0468af0f5fc231b613 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 21:14:07 +0000 Subject: [PATCH] fix(hm-pulumi): update dependency pulumi to v3.116.1 (#16694) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cloud-infrastructure/hm-pulumi/poetry.lock | 6 +++--- cloud-infrastructure/hm-pulumi/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cloud-infrastructure/hm-pulumi/poetry.lock b/cloud-infrastructure/hm-pulumi/poetry.lock index c970f20d7e..e469ab15f1 100644 --- a/cloud-infrastructure/hm-pulumi/poetry.lock +++ b/cloud-infrastructure/hm-pulumi/poetry.lock @@ -301,12 +301,12 @@ files = [ [[package]] name = "pulumi" -version = "3.116.0" +version = "3.116.1" description = "Pulumi's Python SDK" optional = false python-versions = ">=3.8" files = [ - {file = "pulumi-3.116.0-py3-none-any.whl", hash = "sha256:999aa07544fb6c762983f67df2fc7038200198a5e99d4ca62b6d3032e9d82cd1"}, + {file = "pulumi-3.116.1-py3-none-any.whl", hash = "sha256:7b2a93d10d27f205ce7e13a8f14fe67d731c8d2492d977da2db8c6de9bded82e"}, ] [package.dependencies] @@ -467,4 +467,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.x" -content-hash = "e622e2661f8a451b2df0e963b1dc469cf4621544669ddb3da495c55665810241" +content-hash = "a6d4c534db1e3f4f867f2df762d3db3629b774a255b5cb4c794ecbf233281d2f" diff --git a/cloud-infrastructure/hm-pulumi/pyproject.toml b/cloud-infrastructure/hm-pulumi/pyproject.toml index 04cc003b52..1d7d216a36 100644 --- a/cloud-infrastructure/hm-pulumi/pyproject.toml +++ b/cloud-infrastructure/hm-pulumi/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Hongbo Miao"] [tool.poetry.dependencies] python = "3.11.x" -pulumi = "3.116.0" +pulumi = "3.116.1" pulumi-aws = "6.35.0" [tool.poetry.group.dev.dependencies]