From 07a49061211b8279fef7b83d27888d7c2d901c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 19:43:37 -0500 Subject: [PATCH 1/3] Bump the ci-dependencies group with 3 updates (#29) Bumps the ci-dependencies group with 3 updates: [darbiadev/.github](https://github.com/darbiadev/.github), [actions/checkout](https://github.com/actions/checkout) and [pdm-project/setup-pdm](https://github.com/pdm-project/setup-pdm). Updates `darbiadev/.github` from 13.0.0 to 13.0.3 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/ea97d99e1520c46080c4c9032a69552e491474ac...29197a38ef3741064f47b623ede0c1ad22402c57) Updates `actions/checkout` from 4.1.1 to 4.1.4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...0ad4b8fadaa221de15dcec353f45205ec38ea70b) Updates `pdm-project/setup-pdm` from c050bdcb2405837648035b6678c75609d53a749f to 568ddd69406b30de1774ec0044b73ae06e716aa4 - [Release notes](https://github.com/pdm-project/setup-pdm/releases) - [Commits](https://github.com/pdm-project/setup-pdm/compare/c050bdcb2405837648035b6678c75609d53a749f...568ddd69406b30de1774ec0044b73ae06e716aa4) --- updated-dependencies: - dependency-name: darbiadev/.github dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: pdm-project/setup-pdm dependency-type: direct:production dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/image-build-push.yaml | 2 +- .github/workflows/lint-test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/image-build-push.yaml b/.github/workflows/image-build-push.yaml index 5363dc7..de83604 100644 --- a/.github/workflows/image-build-push.yaml +++ b/.github/workflows/image-build-push.yaml @@ -17,4 +17,4 @@ permissions: jobs: build-push: - uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 + uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@29197a38ef3741064f47b623ede0c1ad22402c57 # v13.0.3 diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index c8a6871..e32e05f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout repository" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: "Setup PDM" - uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4 + uses: pdm-project/setup-pdm@568ddd69406b30de1774ec0044b73ae06e716aa4 # v4 with: python-version: "3.11" cache: true From 020781e0a8fce6ffb08602ec6cda0d23dccffc52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 19:43:46 -0500 Subject: [PATCH 2/3] Bump ghcr.io/devcontainers/features/powershell from 1.3.2 to 1.3.5 (#30) Bumps ghcr.io/devcontainers/features/powershell from 1.3.2 to 1.3.5. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/powershell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .devcontainer/devcontainer-lock.json | 8 ++++---- .devcontainer/devcontainer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer-lock.json b/.devcontainer/devcontainer-lock.json index 43e7d52..bfcf384 100644 --- a/.devcontainer/devcontainer-lock.json +++ b/.devcontainer/devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { - "ghcr.io/devcontainers/features/powershell:1.3.2": { - "version": "1.3.2", - "resolved": "ghcr.io/devcontainers/features/powershell@sha256:c11122f0fc8352fcf3a1c2eab1023daab9db7982a83725af803307fd18fb64f4", - "integrity": "sha256:c11122f0fc8352fcf3a1c2eab1023daab9db7982a83725af803307fd18fb64f4" + "ghcr.io/devcontainers/features/powershell:1.3.5": { + "version": "1.3.5", + "resolved": "ghcr.io/devcontainers/features/powershell@sha256:0dd4e0352cc77ef586f7cca2414d3e8a7c506ad6df9ecd2221d078a961425bd6", + "integrity": "sha256:0dd4e0352cc77ef586f7cca2414d3e8a7c506ad6df9ecd2221d078a961425bd6" }, "ghcr.io/devcontainers/features/python:1.4.1": { "version": "1.4.1", diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e8775cf..694e228 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,6 +4,6 @@ "ghcr.io/devcontainers/features/python:1.4.1": { "version": "3.11" }, - "ghcr.io/devcontainers/features/powershell:1.3.2": {} + "ghcr.io/devcontainers/features/powershell:1.3.5": {} } } From a130549ff492d65c8f72ddc24b9332265263b9f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 19:44:03 -0500 Subject: [PATCH 3/3] Bump ghcr.io/devcontainers/features/python from 1.4.1 to 1.4.2 (#27) Bumps ghcr.io/devcontainers/features/python from 1.4.1 to 1.4.2. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .devcontainer/devcontainer-lock.json | 8 ++++---- .devcontainer/devcontainer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer-lock.json b/.devcontainer/devcontainer-lock.json index bfcf384..31f03ba 100644 --- a/.devcontainer/devcontainer-lock.json +++ b/.devcontainer/devcontainer-lock.json @@ -5,10 +5,10 @@ "resolved": "ghcr.io/devcontainers/features/powershell@sha256:0dd4e0352cc77ef586f7cca2414d3e8a7c506ad6df9ecd2221d078a961425bd6", "integrity": "sha256:0dd4e0352cc77ef586f7cca2414d3e8a7c506ad6df9ecd2221d078a961425bd6" }, - "ghcr.io/devcontainers/features/python:1.4.1": { - "version": "1.4.1", - "resolved": "ghcr.io/devcontainers/features/python@sha256:d7e393af2440444dddb3c275cf7f90c899a24f8e853e4d6315e1be3be7e1d49f", - "integrity": "sha256:d7e393af2440444dddb3c275cf7f90c899a24f8e853e4d6315e1be3be7e1d49f" + "ghcr.io/devcontainers/features/python:1.4.2": { + "version": "1.4.2", + "resolved": "ghcr.io/devcontainers/features/python@sha256:bf021f1800543f08bf029c449a3f25341be782b620802befa1f8e6ee51cf6cf6", + "integrity": "sha256:bf021f1800543f08bf029c449a3f25341be782b620802befa1f8e6ee51cf6cf6" } } } \ No newline at end of file diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 694e228..babdca2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { - "ghcr.io/devcontainers/features/python:1.4.1": { + "ghcr.io/devcontainers/features/python:1.4.2": { "version": "3.11" }, "ghcr.io/devcontainers/features/powershell:1.3.5": {}