From cd3d05830e07dcd710f786ae8f0d2876815459e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 02:06:13 +0000 Subject: [PATCH] fix(hm-pulumi): update dependency pulumi-aws to v6.59.1 --- cloud-infrastructure/hm-pulumi/poetry.lock | 8 ++++---- cloud-infrastructure/hm-pulumi/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud-infrastructure/hm-pulumi/poetry.lock b/cloud-infrastructure/hm-pulumi/poetry.lock index af5172505e..8d04206536 100644 --- a/cloud-infrastructure/hm-pulumi/poetry.lock +++ b/cloud-infrastructure/hm-pulumi/poetry.lock @@ -364,13 +364,13 @@ six = ">=1.12,<2.0" [[package]] name = "pulumi-aws" -version = "6.59.0" +version = "6.59.1" description = "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources." optional = false python-versions = ">=3.8" files = [ - {file = "pulumi_aws-6.59.0-py3-none-any.whl", hash = "sha256:dc2a2cf19b01d60b3d29fc0d6c6b02d3df93460a31444637b0f0b5360476ae59"}, - {file = "pulumi_aws-6.59.0.tar.gz", hash = "sha256:fa25ed43c2c1cdc3cea1c92392f5ba6c0ec050c4e12f30bebc2c5dc60a1b4919"}, + {file = "pulumi_aws-6.59.1-py3-none-any.whl", hash = "sha256:a8a24b0cd2752b7b4efa1854ec5e96092450df4c073014585af4e2c8529ef957"}, + {file = "pulumi_aws-6.59.1.tar.gz", hash = "sha256:a7aa097437551f65780cc29ff508c471c12e7e8dcf00ff8da191e619849312c5"}, ] [package.dependencies] @@ -503,4 +503,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.13.0" -content-hash = "c10f99a60fafc64d6a6467b8e4f04fd829bcce8073703fd854c94f7b1256d624" +content-hash = "d3ea4980d139621f23b00fddcb110c9e5aac73d70d89ff8097436eef7038dfe8" diff --git a/cloud-infrastructure/hm-pulumi/pyproject.toml b/cloud-infrastructure/hm-pulumi/pyproject.toml index 8bb73e6ddf..f3776ac549 100644 --- a/cloud-infrastructure/hm-pulumi/pyproject.toml +++ b/cloud-infrastructure/hm-pulumi/pyproject.toml @@ -4,7 +4,7 @@ package-mode = false [tool.poetry.dependencies] python = "~3.13.0" pulumi = "3.138.0" -pulumi-aws = "6.59.0" +pulumi-aws = "6.59.1" [tool.poetry.group.dev.dependencies] poethepoet = "0.30.0"