From b38e3a145f30c0cf2ecc9fdead6dda438c776585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:13:33 -0300 Subject: [PATCH] Update data-platform-workflows to v30.1.1 (#358) 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 f0ea2a3a..0e0aaa85 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.0.2 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v30.1.1 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.0.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v30.1.1 with: artifact-prefix: packed-charm- architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/update_bundle.yaml b/.github/workflows/update_bundle.yaml index f22df454..899647ce 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.0.2 + uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v30.1.1 with: path-to-bundle-file: releases/latest/postgresql-bundle.yaml reviewers: canonical/data-platform-postgresql diff --git a/poetry.lock b/poetry.lock index 83e63e1f..00566652 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.0.2" -resolved_reference = "e66485259ceb577430622b8b34358db9b6d2d776" +reference = "v30.1.1" +resolved_reference = "eede6b5269d2ad3eca02637311431756e6cc568a" 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.0.2" -resolved_reference = "e66485259ceb577430622b8b34358db9b6d2d776" +reference = "v30.1.1" +resolved_reference = "eede6b5269d2ad3eca02637311431756e6cc568a" 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.0.2" -resolved_reference = "e66485259ceb577430622b8b34358db9b6d2d776" +reference = "v30.1.1" +resolved_reference = "eede6b5269d2ad3eca02637311431756e6cc568a" 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.0.2" -resolved_reference = "e66485259ceb577430622b8b34358db9b6d2d776" +reference = "v30.1.1" +resolved_reference = "eede6b5269d2ad3eca02637311431756e6cc568a" 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 = "615cd85a0e3de6c6fd4e3516e3d3630fa3ec4617c77c24d026763be2d14b8573" +content-hash = "b33d44bd2748d977f1cf37f9ef88e48b3e7105f01d7c77048677029c9f88ea9c" diff --git a/pyproject.toml b/pyproject.toml index 22959eea..ae10d8d9 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.0.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.1.1", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.40.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v30.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +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"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.6.1.0" psycopg2-binary = "^2.9.10"