From 3838647b10e33f73c97bb7b36a0a53d9231ea927 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:47:03 +0000 Subject: [PATCH] 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..3d2dd6f0 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.41.0,<7.42.0", "pulumi-github>=6.4.0,<7.0.0", "pulumi-command>=1.0.1,<2.0.0", "pulumi-seqera",