diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 323053e7..8be817a3 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.1.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.2.0 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.1.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.2.0 with: artifact-prefix: packed-charm- architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/update_bundle.yaml b/.github/workflows/update_bundle.yaml index 4ab6b492..a2b9de9a 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.1.0 + uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v29.2.0 with: path-to-bundle-file: releases/latest/postgresql-bundle.yaml reviewers: canonical/data-platform-postgresql diff --git a/poetry.lock b/poetry.lock index bcf68c87..49ddf197 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.1.0" -resolved_reference = "cf3e292107a8d420c452e35cf7552c225add7fbd" +reference = "v29.2.0" +resolved_reference = "396048a3aadb36423f3c416085d10a8f2422da46" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1166,8 +1166,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.1.0" -resolved_reference = "cf3e292107a8d420c452e35cf7552c225add7fbd" +reference = "v29.2.0" +resolved_reference = "396048a3aadb36423f3c416085d10a8f2422da46" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1204,8 +1204,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.1.0" -resolved_reference = "cf3e292107a8d420c452e35cf7552c225add7fbd" +reference = "v29.2.0" +resolved_reference = "396048a3aadb36423f3c416085d10a8f2422da46" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1223,8 +1223,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.1.0" -resolved_reference = "cf3e292107a8d420c452e35cf7552c225add7fbd" +reference = "v29.2.0" +resolved_reference = "396048a3aadb36423f3c416085d10a8f2422da46" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -1642,4 +1642,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "4970862049b2613c5f408efbfc86a5f31d2e453769c00b46ca727a0c67e10619" +content-hash = "00a03dbe2e2545d70d440acd34184efb41000ab48194fb3c26be6fdb04cccb09" diff --git a/pyproject.toml b/pyproject.toml index 21996778..aeea3bea 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.1.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.2.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.39.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.2.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.2.0", 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"