From efd7fe71eb468f8bb0df54eeb22cdb6cbd92ca98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:40:12 +0000 Subject: [PATCH] Update data-platform-workflows to v6 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync_issue_to_jira.yaml | 2 +- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c3559b9e4..f918378d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v4.2.3 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v6.3.1 permissions: actions: write # Needed to manage GitHub Actions cache diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 72016d9d3..17fd22e0e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v4.2.3 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.3.1 release: name: Release charm @@ -40,7 +40,7 @@ jobs: - lib-check - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v4.2.3 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.3.1 with: channel: 8.0/edge artifact-name: ${{ needs.build.outputs.artifact-name }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index e9bb5456d..17ecd1f96 100644 --- a/.github/workflows/sync_issue_to_jira.yaml +++ b/.github/workflows/sync_issue_to_jira.yaml @@ -9,7 +9,7 @@ on: jobs: sync: name: Sync GitHub issue to Jira - uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v4.2.3 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v6.3.1 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 5704216a3..ee89085fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1624,7 +1624,7 @@ name = "pytest-operator-cache" version = "0.1.0" description = "" optional = false -python-versions = "^3.10" +python-versions = "^3.8" files = [] develop = false @@ -1634,8 +1634,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v4.2.3" -resolved_reference = "7a5223ad320058036ef8e7dac644db55e8ec16b4" +reference = "v6.3.1" +resolved_reference = "d4714db330bcc40eb2cd549f8ebcc671a5c5e512" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1643,7 +1643,7 @@ name = "pytest-operator-groups" version = "0.1.0" description = "" optional = false -python-versions = "^3.10" +python-versions = "^3.8" files = [] develop = false @@ -1653,8 +1653,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v4.2.3" -resolved_reference = "7a5223ad320058036ef8e7dac644db55e8ec16b4" +reference = "v6.3.1" +resolved_reference = "d4714db330bcc40eb2cd549f8ebcc671a5c5e512" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2225,4 +2225,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "512256677b8df649a88c26445942780be2581d3c166a61f46ad5f96453a1888c" +content-hash = "fd8a84200858b4b52a5281d8d3e0b6379bcb84df4373a4b659ef8e07d8fe66ef" diff --git a/pyproject.toml b/pyproject.toml index f9fd0c291..197169a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ pytest-mock = "^3.11.1" [tool.poetry.group.integration.dependencies] pytest = "^7.4.0" pytest-operator = "^0.28.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "3.2.2" mysql-connector-python = "~8.0.33" pyyaml = "^6.0.1"