python3Packages.pulumi-aws: 7.15.0 -> 7.16.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:52 +01:00
parent 156b7ffb0f
commit eaeb8e261e
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pulumi-aws";
# Version is independent of pulumi's.
version = "7.15.0";
version = "7.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pulumi";
repo = "pulumi-aws";
tag = "v${version}";
hash = "sha256-aCTXhaWQgYcDyUMc6ulo/PtEGU/6Mb5MlIjtJI/V1Mw=";
hash = "sha256-Vy6Azt3rRQliskt26Jjeos/Tj4MEz26owtyfhRPzSP0=";
};
sourceRoot = "${src.name}/sdk/python";