From cace0206ea4af4890545626c83454c698f83e180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:07:06 +0000 Subject: [PATCH] fix(deps): update dependency pulumi-aws to v7 --- pulumi/AWSMegatests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulumi/AWSMegatests/pyproject.toml b/pulumi/AWSMegatests/pyproject.toml index f2619ece..519af4ce 100644 --- a/pulumi/AWSMegatests/pyproject.toml +++ b/pulumi/AWSMegatests/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "pulumi>=3.173.0,<4.0.0", - "pulumi-aws>=6.81.0,<7.0.0", + "pulumi-aws>=7.14.0,<7.15.0", "pulumi-github>=6.4.0,<7.0.0", "pulumi-command>=1.0.1,<2.0.0", "pulumi-seqera",