From aae72c7cc653c1fd0423f101f20fef016f9affb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:19:54 +0200 Subject: [PATCH] Update data-platform-workflows to v29.0.4 (#327) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/update_bundle.yaml | 2 +- poetry.lock | 18 +++++++++--------- pyproject.toml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f74128cb..41e44c7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.3 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.4 integration-test: strategy: @@ -36,7 +36,7 @@ jobs: name: Integration test charm | ${{ matrix.juju.agent }} needs: - lint - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.3 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.4 with: artifact-prefix: packed-charm- architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/update_bundle.yaml b/.github/workflows/update_bundle.yaml index 8b29b29b..e60acf55 100644 --- a/.github/workflows/update_bundle.yaml +++ b/.github/workflows/update_bundle.yaml @@ -9,7 +9,7 @@ on: jobs: update-bundle: name: Update bundle - uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v29.0.3 + uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v29.0.4 with: path-to-bundle-file: releases/latest/postgresql-bundle.yaml reviewers: canonical/data-platform-postgresql diff --git a/poetry.lock b/poetry.lock index 949b2d98..4efcee92 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 = "v29.0.3" -resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" +reference = "v29.0.4" +resolved_reference = "1fcbb92c2709178e7869693599b833d15a05293c" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1162,8 +1162,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.3" -resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" +reference = "v29.0.4" +resolved_reference = "1fcbb92c2709178e7869693599b833d15a05293c" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1200,8 +1200,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.3" -resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" +reference = "v29.0.4" +resolved_reference = "1fcbb92c2709178e7869693599b833d15a05293c" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1219,8 +1219,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.3" -resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" +reference = "v29.0.4" +resolved_reference = "1fcbb92c2709178e7869693599b833d15a05293c" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -1638,4 +1638,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "e8e4c860f3c866ef7a73f7068163cbaf0812f1a3c2b6682a03bbeae370c8e8e6" +content-hash = "f69dfc2d3c0522785271853478ef8c18fc20512ee8c66df81344ca52e90c0fed" diff --git a/pyproject.toml b/pyproject.toml index 32e7827b..f41684a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,11 +24,11 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.3.4" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.39.0" -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"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.6.1.0" psycopg2-binary = "^2.9.10"