From 37f56af07fe18d20d8e070bfd27f13d3b179e122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:40:14 +0100 Subject: [PATCH] build(deps): bump the pulumi group in /pulumi with 2 updates (#66) 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.56.1 to 6.57.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.56.1...v6.57.0) Updates `pulumi-cloudflare` from 5.41.0 to 5.42.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.41.0...v5.42.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> --- pulumi/poetry.lock | 14 +++++++------- pulumi/pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pulumi/poetry.lock b/pulumi/poetry.lock index c7b839f..6a52979 100644 --- a/pulumi/poetry.lock +++ b/pulumi/poetry.lock @@ -674,13 +674,13 @@ six = ">=1.12,<2.0" [[package]] name = "pulumi-aws" -version = "6.56.1" +version = "6.57.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.56.1-py3-none-any.whl", hash = "sha256:6bb23824a2d11bb5011752d3d707e6640204d08713f813fbb874c6a87161d702"}, - {file = "pulumi_aws-6.56.1.tar.gz", hash = "sha256:16f3af995d66ac8488465377e1a6d5ab30c8b2346a50e06f80355e9a13f3e6cd"}, + {file = "pulumi_aws-6.57.0-py3-none-any.whl", hash = "sha256:5d4eb464c90fa2b2cbba52dae5f98e7070f401598955269e0861c3590847371c"}, + {file = "pulumi_aws-6.57.0.tar.gz", hash = "sha256:bf389f35647fa4110de580fdfba0442d3432c65ab4009a5b1c4ad241903fcf65"}, ] [package.dependencies] @@ -690,13 +690,13 @@ semver = ">=2.8.1" [[package]] name = "pulumi-cloudflare" -version = "5.41.0" +version = "5.42.0" description = "A Pulumi package for creating and managing Cloudflare cloud resources." optional = false python-versions = ">=3.8" files = [ - {file = "pulumi_cloudflare-5.41.0-py3-none-any.whl", hash = "sha256:08b0d4d4350f1bd1d6688358d813c45ae84637ee2b400f90002fdc7415659a9b"}, - {file = "pulumi_cloudflare-5.41.0.tar.gz", hash = "sha256:2b59ae15e66a52a026cda9000f55ba48e88e7175fee62f030275f40d9a86e3c1"}, + {file = "pulumi_cloudflare-5.42.0-py3-none-any.whl", hash = "sha256:e8c7bda2cb327fd1f6984b4315baa610bb3ea82e1c1aa9131e86f6f88a1b953c"}, + {file = "pulumi_cloudflare-5.42.0.tar.gz", hash = "sha256:432103316073cc1924f1c14dd85d823683ea779a63f5e3fb78e9d41a55fb746e"}, ] [package.dependencies] @@ -1102,4 +1102,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "59b713829536f328b311eeca0adbe2bd60a36a218d355318e263c24e2e44e011" +content-hash = "ea389c3c6c41d93e6f9cd6b139cd66f0ef1fa650510cfab2bed29de210b980e3" diff --git a/pulumi/pyproject.toml b/pulumi/pyproject.toml index e6430ad..7558fc8 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.56.1" +pulumi-aws = "^6.57.0" pulumi-command = "^1.0.1" -pulumi-cloudflare = "^5.41.0" +pulumi-cloudflare = "^5.42.0" requests = "^2.32.3" diagrams = "^0.23.4"