From 10d128846dd3752d7404866884482d7305327b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:21:42 +0000 Subject: [PATCH 1/2] chore: bump JRubics/poetry-publish from 2.0 to 2.1 (#3008) Bumps [JRubics/poetry-publish](https://github.com/jrubics/poetry-publish) from 2.0 to 2.1. - [Release notes](https://github.com/jrubics/poetry-publish/releases) - [Commits](https://github.com/jrubics/poetry-publish/compare/v2.0...v2.1) --- updated-dependencies: - dependency-name: JRubics/poetry-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-python-provider.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-python-provider.yml b/.github/workflows/release-python-provider.yml index e30fd94bf19..9352a47047e 100644 --- a/.github/workflows/release-python-provider.yml +++ b/.github/workflows/release-python-provider.yml @@ -23,7 +23,7 @@ jobs: value: ${{ env.version }} - name: Build and publish to PyPi - uses: JRubics/poetry-publish@v2.0 + uses: JRubics/poetry-publish@v2.1 with: package_directory: ./openfeature/providers/python-provider pypi_token: ${{ secrets.PYPI_TOKEN }} From 0772f0114e9c69cb90075c1b3a46059643fd3c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:26:20 +0000 Subject: [PATCH 2/2] chore: bump helm/chart-testing-action from 2.6.1 to 2.7.0 (#3009) Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .github/workflows/ci-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-helm.yaml b/.github/workflows/ci-helm.yaml index f0e6db55fe3..3f0dde103b8 100644 --- a/.github/workflows/ci-helm.yaml +++ b/.github/workflows/ci-helm.yaml @@ -19,7 +19,7 @@ jobs: check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Get changed files in the docs folder id: changed-files-specific