From 0d3252cd411aedef9e0e18839d33f3b6c53b85fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:20:59 +0000 Subject: [PATCH] Update data-platform-workflows to v20.0.2 --- .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 e327905ed..92fd35bc1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.2 with: cache: true @@ -90,7 +90,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.0.2 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4aa4fdb8f..1472c4a4a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,14 +15,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.2 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.2 with: channel: 8.0/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/poetry.lock b/poetry.lock index 575859de2..8be029b70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -31,8 +31,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.1" -resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" +reference = "v20.0.2" +resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1745,8 +1745,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.1" -resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" +reference = "v20.0.2" +resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1764,8 +1764,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.1" -resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" +reference = "v20.0.2" +resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2416,4 +2416,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6c588339887f3e5d443141728f3dda232b7071a6f4e5d8707c9321eeebc5beb0" +content-hash = "e14bd21314472cb96e28cf01c1bb668f55fcfb6b50ce8c188ff0df3ef9ace3d5" diff --git a/pyproject.toml b/pyproject.toml index 27dc0f2a9..17c6c4432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,14 +51,14 @@ ops = "^2.9.0" [tool.poetry.group.integration.dependencies] pytest = "^8.2.2" pytest-operator = "^0.35.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" mysql-connector-python = "~8.0.33" pyyaml = "^6.0.1" tenacity = "^8.5.0" allure-pytest = "^2.13.5" -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} [tool.coverage.run]