From b119503cce995421a45f979eb51bfa84bad54200 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 02:21:31 +0000 Subject: [PATCH] Update data-platform-workflows to v29.0.3 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- poetry.lock | 26 +++++++++++++------------- pyproject.toml | 8 ++++---- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1441a917..e7d8b396 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.3 lib-check: name: Check libraries @@ -61,7 +61,7 @@ jobs: build: name: Build charm | ${{ matrix.path }} - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.3 strategy: matrix: path: @@ -77,7 +77,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.3 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dd1f2c09..84e15f79 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: name: Release charm needs: - ci-tests - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.3 with: charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release channel: 6/edge diff --git a/poetry.lock b/poetry.lock index 097404cd..222cd758 100644 --- a/poetry.lock +++ b/poetry.lock @@ -21,7 +21,7 @@ name = "allure-pytest-collection-report" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -33,8 +33,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1615,7 +1615,7 @@ name = "pytest-github-secrets" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -1623,8 +1623,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1670,7 +1670,7 @@ name = "pytest-operator-cache" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -1681,8 +1681,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1690,7 +1690,7 @@ name = "pytest-operator-groups" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -1701,8 +1701,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2294,4 +2294,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "531f90917f5e555d0e5ccb24b803fd355f144f966a2a448035793229b35753c2" +content-hash = "fbccd26d852e491c6f55eede21db200aed34506563f39cf84f5cec2eb0ad197f" diff --git a/pyproject.toml b/pyproject.toml index fed57b18..60aa2602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,10 +63,10 @@ juju = "^3.5.0" pytest = "^8.1.1" pytest-mock = "^3.14.0" pytest-operator = "^0.34.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/github_secrets"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Linting tools configuration