From 3bd90a8e819f9dbf33b74a5d14d4769e586f1e48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:18:30 +0200 Subject: [PATCH] Update data-platform-workflows to v6.2.0 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- poetry.lock | 14 +++++++------- pyproject.toml | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef00404..b0eb986 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@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v6.2.0 build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v6.2.0 permissions: actions: write # Needed to manage GitHub Actions cache diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2763f08..12141ed 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,14 +24,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.2.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.2.0 with: channel: edge artifact-name: ${{ needs.build.outputs.artifact-name }} diff --git a/poetry.lock b/poetry.lock index acda628..c31b58d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1117,8 +1117,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v6.2.0" +resolved_reference = "5781558d01530d9551fdc2de982734b385c8d940" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1155,8 +1155,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v6.2.0" +resolved_reference = "5781558d01530d9551fdc2de982734b385c8d940" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1174,8 +1174,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v6.2.0" +resolved_reference = "5781558d01530d9551fdc2de982734b385c8d940" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -1575,4 +1575,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "21da682c7ac35c35e4356f6762f3e32cc390c6247444455d64256ba26e03ba43" +content-hash = "f2240bc8c1664fcf8c241dc7d7e3eb1a2ed1b6c55617fb0a5eb96ce4d20f2939" diff --git a/pyproject.toml b/pyproject.toml index 9d0b2d3..1bf6175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,10 +41,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^7.4.3" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.2.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.31.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.2.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" [build-system]