From e70c064a58fe4c93537f66795796b91c31585734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:09:10 +0100 Subject: [PATCH] build(deps): bump the pulumi group in /pulumi with 2 updates (#85) Bumps the pulumi group in /pulumi with 2 updates: [pulumi-aws](https://github.com/pulumi/pulumi-aws) and [pulumi-cloudflare](https://github.com/pulumi/pulumi-cloudflare). Updates `pulumi-aws` from 6.61.0 to 6.65.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.61.0...v6.65.0) Updates `pulumi-cloudflare` from 5.43.1 to 5.45.0 - [Release notes](https://github.com/pulumi/pulumi-cloudflare/releases) - [Changelog](https://github.com/pulumi/pulumi-cloudflare/blob/master/CHANGELOG_OLD.md) - [Commits](https://github.com/pulumi/pulumi-cloudflare/compare/v5.43.1...v5.45.0) --- updated-dependencies: - dependency-name: pulumi-aws dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pulumi - dependency-name: pulumi-cloudflare 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> Co-authored-by: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> --- pulumi/poetry.lock | 16 ++++++++-------- pulumi/pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pulumi/poetry.lock b/pulumi/poetry.lock index ec64258..517242f 100644 --- a/pulumi/poetry.lock +++ b/pulumi/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -693,13 +693,13 @@ six = ">=1.12,<2.0" [[package]] name = "pulumi-aws" -version = "6.61.0" +version = "6.65.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.61.0-py3-none-any.whl", hash = "sha256:749d73f42e5d0ca0be4d0cbfbc50ba85e5397bee096391785015a4c3e85c15cb"}, - {file = "pulumi_aws-6.61.0.tar.gz", hash = "sha256:7907416bbb3fb70afe042b17f053f593db77d517538ec2110cca7f0d1cb36126"}, + {file = "pulumi_aws-6.65.0-py3-none-any.whl", hash = "sha256:1472b33a92504fa9758a02db35cfd3cfb5d34e4913fd0edc4dac9f8cf5c44938"}, + {file = "pulumi_aws-6.65.0.tar.gz", hash = "sha256:2cdd5750a2827b1e887aad921391f7914b3e493c2fe5d12fbd1f835254ac17ed"}, ] [package.dependencies] @@ -709,13 +709,13 @@ semver = ">=2.8.1" [[package]] name = "pulumi-cloudflare" -version = "5.43.1" +version = "5.45.0" description = "A Pulumi package for creating and managing Cloudflare cloud resources." optional = false python-versions = ">=3.8" files = [ - {file = "pulumi_cloudflare-5.43.1-py3-none-any.whl", hash = "sha256:8dadb3a8406cd74d9ec7e621becc635af715f95693499481f6762338cc3db7c3"}, - {file = "pulumi_cloudflare-5.43.1.tar.gz", hash = "sha256:d37acf5f68a01baa2b7a34d79c237eec96f77b832e916af4c728f6baa6912140"}, + {file = "pulumi_cloudflare-5.45.0-py3-none-any.whl", hash = "sha256:d63001dc10a4cc2452996261fe1b3e059b254cc6f83149d3bd3bb041f4fe76b5"}, + {file = "pulumi_cloudflare-5.45.0.tar.gz", hash = "sha256:2ca64d8e35a75455fc8067d4938f7fb48272179dce5c62372ade58e0c5b3ea83"}, ] [package.dependencies] @@ -1079,4 +1079,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2d2bb600830db1901c4b41b89ca628a5611beb748ea85d98f86216eceda4e6a0" +content-hash = "4d87c9f2ee03cc8f460f6c7ff840d21f3b0c75929beff6502de8336f7246ec10" diff --git a/pulumi/pyproject.toml b/pulumi/pyproject.toml index 5d80740..0bb4dec 100644 --- a/pulumi/pyproject.toml +++ b/pulumi/pyproject.toml @@ -8,9 +8,9 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -pulumi-aws = "^6.61.0" +pulumi-aws = "^6.65.0" pulumi-command = "^1.0.1" -pulumi-cloudflare = "^5.43.1" +pulumi-cloudflare = "^5.45.0" requests = "^2.32.3" diagrams = "^0.24.1"