From b8fbd4b3d6965aaa7b9559ca6ba0c03e026f7ba1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:31:58 +0200 Subject: [PATCH] Update data-platform-workflows to v29.0.3 (#322) 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 | 26 +++++++++++++------------- pyproject.toml | 8 ++++---- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f5c4c47..f74128cb 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.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.3 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.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.3 with: artifact-prefix: packed-charm- architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/update_bundle.yaml b/.github/workflows/update_bundle.yaml index 071f67d4..8b29b29b 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.1 + uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v29.0.3 with: path-to-bundle-file: releases/latest/postgresql-bundle.yaml reviewers: canonical/data-platform-postgresql diff --git a/poetry.lock b/poetry.lock index 1a620b20..bc0ed597 100644 --- a/poetry.lock +++ b/poetry.lock @@ -20,7 +20,7 @@ name = "allure-pytest-collection-report" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" files = [] develop = false @@ -31,8 +31,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.1" -resolved_reference = "ac9cb94d1d63944d75dad2af56c5c59d5fa82e39" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1155,15 +1155,15 @@ name = "pytest-github-secrets" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" files = [] develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.1" -resolved_reference = "ac9cb94d1d63944d75dad2af56c5c59d5fa82e39" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1190,7 +1190,7 @@ name = "pytest-operator-cache" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" files = [] develop = false @@ -1200,8 +1200,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.1" -resolved_reference = "ac9cb94d1d63944d75dad2af56c5c59d5fa82e39" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1209,7 +1209,7 @@ name = "pytest-operator-groups" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" files = [] develop = false @@ -1219,8 +1219,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.1" -resolved_reference = "ac9cb94d1d63944d75dad2af56c5c59d5fa82e39" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" 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 = "09088f0a9fc749ff7b7802f44684e7a5d6d1b609f6a79350fa16b3011bd63bfb" +content-hash = "e8e4c860f3c866ef7a73f7068163cbaf0812f1a3c2b6682a03bbeae370c8e8e6" diff --git a/pyproject.toml b/pyproject.toml index e4fd1541..32e7827b 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.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", 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.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.1", 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"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", 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"