diff --git a/cloud-infrastructure/hm-pulumi/poetry.lock b/cloud-infrastructure/hm-pulumi/poetry.lock index 3bd6b98c04..af5172505e 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.58.0" +version = "6.59.0" 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.58.0-py3-none-any.whl", hash = "sha256:78cdea7f084bdda71e85f506bd9b9cea1d3b832039b454a70e337b7479ad09c7"}, - {file = "pulumi_aws-6.58.0.tar.gz", hash = "sha256:101eb7940c9d4078fd7f15814cc36cfb2d14cbab43a3a0b371234bfb387dc649"}, + {file = "pulumi_aws-6.59.0-py3-none-any.whl", hash = "sha256:dc2a2cf19b01d60b3d29fc0d6c6b02d3df93460a31444637b0f0b5360476ae59"}, + {file = "pulumi_aws-6.59.0.tar.gz", hash = "sha256:fa25ed43c2c1cdc3cea1c92392f5ba6c0ec050c4e12f30bebc2c5dc60a1b4919"}, ] [package.dependencies] @@ -503,4 +503,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.13.0" -content-hash = "3de5b9284cc418d5a657cfbb1e9df50adb0dd36f81439bf1ecfbfc4c1db69da2" +content-hash = "c10f99a60fafc64d6a6467b8e4f04fd829bcce8073703fd854c94f7b1256d624" diff --git a/cloud-infrastructure/hm-pulumi/pyproject.toml b/cloud-infrastructure/hm-pulumi/pyproject.toml index e592af8944..8bb73e6ddf 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.58.0" +pulumi-aws = "6.59.0" [tool.poetry.group.dev.dependencies] poethepoet = "0.30.0"