diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e0aaa85..f35c7955 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@v30.1.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v30.1.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@v30.1.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v30.1.3 with: artifact-prefix: packed-charm- architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/update_bundle.yaml b/.github/workflows/update_bundle.yaml index 899647ce..8226160e 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@v30.1.1 + uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v30.1.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 00566652..8cae16f7 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 = "v30.1.1" -resolved_reference = "eede6b5269d2ad3eca02637311431756e6cc568a" +reference = "v30.1.3" +resolved_reference = "5cba5197a23163819e2428c141223f45690fc91a" 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 = "v30.1.1" -resolved_reference = "eede6b5269d2ad3eca02637311431756e6cc568a" +reference = "v30.1.3" +resolved_reference = "5cba5197a23163819e2428c141223f45690fc91a" 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 = "v30.1.1" -resolved_reference = "eede6b5269d2ad3eca02637311431756e6cc568a" +reference = "v30.1.3" +resolved_reference = "5cba5197a23163819e2428c141223f45690fc91a" 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 = "v30.1.1" -resolved_reference = "eede6b5269d2ad3eca02637311431756e6cc568a" +reference = "v30.1.3" +resolved_reference = "5cba5197a23163819e2428c141223f45690fc91a" 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 = "b33d44bd2748d977f1cf37f9ef88e48b3e7105f01d7c77048677029c9f88ea9c" +content-hash = "d2453143d492c374bf75e543431ad2c607ad8efb17e536dbd5e0e5efe266ee94" diff --git a/pyproject.toml b/pyproject.toml index ae10d8d9..050fb5af 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 = "v30.1.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.1.3", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.40.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.1.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.1.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.1.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.1.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"