python3Packages.pulumi-aws: 6.66.3 -> 7.2.0

https://github.com/pulumi/pulumi-aws/releases/tag/v7.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:24 +02:00
parent 3ca4fa5764
commit 35c753c483
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pulumi-aws";
# Version is independent of pulumi's.
version = "6.66.3";
version = "7.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "pulumi";
repo = "pulumi-aws";
tag = "v${version}";
hash = "sha256-BPL4B0KwXQld+/aPTJKhsFMPEbJByccTj+Zs70b8O6A=";
hash = "sha256-fYcApSVMBSlw9YMf1J5PRma8GXPCGKDpnPd1BXJh5EE=";
};
sourceRoot = "${src.name}/sdk/python";