From 7c2c42c3be17f73c95ce1de3a28999497844329e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:21:57 +0100 Subject: [PATCH] build(deps): bump pulumi-aws in /pulumi in the pulumi group (#74) Bumps the pulumi group in /pulumi with 1 update: [pulumi-aws](https://github.com/pulumi/pulumi-aws). Updates `pulumi-aws` from 6.60.0 to 6.61.0 - [Release notes](https://github.com/pulumi/pulumi-aws/releases) - [Changelog](https://github.com/pulumi/pulumi-aws/blob/master/CHANGELOG_OLD.md) - [Commits](https://github.com/pulumi/pulumi-aws/compare/v6.60.0...v6.61.0) --- updated-dependencies: - dependency-name: pulumi-aws dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pulumi ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pulumi/poetry.lock | 8 ++++---- pulumi/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pulumi/poetry.lock b/pulumi/poetry.lock index 413e5e1..ec64258 100644 --- a/pulumi/poetry.lock +++ b/pulumi/poetry.lock @@ -693,13 +693,13 @@ six = ">=1.12,<2.0" [[package]] name = "pulumi-aws" -version = "6.60.0" +version = "6.61.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.60.0-py3-none-any.whl", hash = "sha256:7cadb3b291ad5f5d59fe49ba3141cfbc94c0857d73d6e8bfdf1a3a54ef3fe099"}, - {file = "pulumi_aws-6.60.0.tar.gz", hash = "sha256:bcaab403ee3cdb8eb977caa23d744605609273522427c718851a178fc941b718"}, + {file = "pulumi_aws-6.61.0-py3-none-any.whl", hash = "sha256:749d73f42e5d0ca0be4d0cbfbc50ba85e5397bee096391785015a4c3e85c15cb"}, + {file = "pulumi_aws-6.61.0.tar.gz", hash = "sha256:7907416bbb3fb70afe042b17f053f593db77d517538ec2110cca7f0d1cb36126"}, ] [package.dependencies] @@ -1079,4 +1079,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "0f205c037ecc695fb1c22f47edc04d9aee4ff58eb2c231ff90557248c5e135dc" +content-hash = "2d2bb600830db1901c4b41b89ca628a5611beb748ea85d98f86216eceda4e6a0" diff --git a/pulumi/pyproject.toml b/pulumi/pyproject.toml index 1972950..5d80740 100644 --- a/pulumi/pyproject.toml +++ b/pulumi/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -pulumi-aws = "^6.60.0" +pulumi-aws = "^6.61.0" pulumi-command = "^1.0.1" pulumi-cloudflare = "^5.43.1" requests = "^2.32.3"