From 7c7cc05e4cc8f63573027965f342fe2c9032ab07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:04:17 +0100 Subject: [PATCH 1/2] build(deps): bump serde from 1.0.215 to 1.0.216 in /app/fetcher in the fetcher group (#84) * build(deps): bump serde in /app/fetcher in the fetcher group Bumps the fetcher group in /app/fetcher with 1 update: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fetcher ... Signed-off-by: dependabot[bot] * fix wfs --------- 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> --- .github/workflows/bot-deploy.yml | 2 +- .github/workflows/fetcher-deploy.yml | 2 +- .github/workflows/pulumi-preview.yml | 2 +- .github/workflows/rust-ci.yml | 4 ++-- app/fetcher/Cargo.lock | 8 ++++---- app/fetcher/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/bot-deploy.yml b/.github/workflows/bot-deploy.yml index 1558570..88ee0bf 100644 --- a/.github/workflows/bot-deploy.yml +++ b/.github/workflows/bot-deploy.yml @@ -17,7 +17,7 @@ jobs: security-events: write contents: read id-token: write - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.0.1 with: working-directory: ./app/bot deploy-lambda: true diff --git a/.github/workflows/fetcher-deploy.yml b/.github/workflows/fetcher-deploy.yml index 0b3ed4a..a486a6b 100644 --- a/.github/workflows/fetcher-deploy.yml +++ b/.github/workflows/fetcher-deploy.yml @@ -17,7 +17,7 @@ jobs: security-events: write contents: read id-token: write - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.0.1 with: working-directory: ./app/fetcher deploy-lambda: true diff --git a/.github/workflows/pulumi-preview.yml b/.github/workflows/pulumi-preview.yml index fff5c76..d5e46f9 100644 --- a/.github/workflows/pulumi-preview.yml +++ b/.github/workflows/pulumi-preview.yml @@ -11,7 +11,7 @@ concurrency: jobs: python-ci-pulumi: - uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0.0.4 + uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0.0.0 with: poetry-version: latest python-version: 3.12 diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index c598f2a..7b22917 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -15,7 +15,7 @@ jobs: actions: read security-events: write contents: read - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.0.1 with: working-directory: ./app/fetcher @@ -24,6 +24,6 @@ jobs: actions: read security-events: write contents: read - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.0.1 with: working-directory: ./app/bot diff --git a/app/fetcher/Cargo.lock b/app/fetcher/Cargo.lock index 87a4f5a..d45b665 100644 --- a/app/fetcher/Cargo.lock +++ b/app/fetcher/Cargo.lock @@ -1628,18 +1628,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", diff --git a/app/fetcher/Cargo.toml b/app/fetcher/Cargo.toml index 9cbcbf2..4e50252 100644 --- a/app/fetcher/Cargo.toml +++ b/app/fetcher/Cargo.toml @@ -13,7 +13,7 @@ openssl = { version = "0.10.66", features = [ "vendored", ] } # Needed only for cargo lambda build reqwest = { version = "0.12.9", features = ["json"] } -serde = "1.0.215" +serde = "1.0.216" serde_json = "1.0.133" tokio = { version = "1.42.0", features = ["macros"] } tracing = "0.1.41" 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 2/2] 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"