From f2e8dc2530177a81bc856aef0962343af873b5f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:20:13 -0300 Subject: [PATCH] Update data-platform-workflows to v23.0.2 (#232) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- poetry.lock | 14 +++++++------- pyproject.toml | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b9d74eb..8ff693e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,11 +20,11 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.0.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.0.2 build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.2 with: cache: true @@ -43,7 +43,7 @@ jobs: needs: - lint - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.2 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: ${{ matrix.cloud }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a763a66..2d2c94b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,14 +22,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.2 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.2 with: channel: edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/poetry.lock b/poetry.lock index ec2f9f1..a08dc48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1095,8 +1095,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.1" -resolved_reference = "a78e496f6c5c85c0b8da19aaf1c1073e1f12a9ba" +reference = "v23.0.2" +resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1133,8 +1133,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.1" -resolved_reference = "a78e496f6c5c85c0b8da19aaf1c1073e1f12a9ba" +reference = "v23.0.2" +resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1152,8 +1152,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.1" -resolved_reference = "a78e496f6c5c85c0b8da19aaf1c1073e1f12a9ba" +reference = "v23.0.2" +resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -1573,4 +1573,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d8e6ee5fbf313d13abad2e12367816224c6a68f0856ff9c46676d92ffa6debdf" +content-hash = "586fd6e07a49e637804ac432008f972235708122cc3a719558cd678ecf375f41" diff --git a/pyproject.toml b/pyproject.toml index 603e73e..1199a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.3.3" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.38.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.0"