From b17c3f4a2e86990b5468899484f37d121d95d4c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 01:14:40 +0000 Subject: [PATCH] Update data-platform-workflows to v9.3.3 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync_issue_to_jira.yaml | 2 +- poetry.lock | 14 +++++++------- pyproject.toml | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b019a0ed..ec6ad9195 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@v9.3.2 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v9.3.3 unit-test: name: Unit test charm @@ -40,7 +40,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v9.3.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v9.3.3 with: charmcraft-snap-channel: beta @@ -57,7 +57,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.3.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.3.3 with: artifact-name: ${{ needs.build.outputs.artifact-name }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 12af7b3d5..f700ca7f4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v9.3.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v9.3.3 with: charmcraft-snap-channel: beta @@ -59,7 +59,7 @@ jobs: needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v9.3.2 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v9.3.3 with: channel: 1/edge artifact-name: ${{ needs.build.outputs.artifact-name }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index e4b7a36e9..69eaacafc 100644 --- a/.github/workflows/sync_issue_to_jira.yaml +++ b/.github/workflows/sync_issue_to_jira.yaml @@ -9,7 +9,7 @@ on: jobs: sync: name: Sync GitHub issue to Jira - uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v9.3.2 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v9.3.3 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 275b5e0bb..9f488f0b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1663,8 +1663,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v9.3.2" -resolved_reference = "c27ffebbdadfa13eb09881adddc36ee5a107eae3" +reference = "v9.3.3" +resolved_reference = "e6f21d4723b95b7276783c3c016e811ffee9554d" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1701,8 +1701,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v9.3.2" -resolved_reference = "c27ffebbdadfa13eb09881adddc36ee5a107eae3" +reference = "v9.3.3" +resolved_reference = "e6f21d4723b95b7276783c3c016e811ffee9554d" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1720,8 +1720,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v9.3.2" -resolved_reference = "c27ffebbdadfa13eb09881adddc36ee5a107eae3" +reference = "v9.3.3" +resolved_reference = "e6f21d4723b95b7276783c3c016e811ffee9554d" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2355,4 +2355,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "825d3a3bfc95e30613799239e20b929d144b2e60dc334123387d1cdab8f3c083" +content-hash = "7d23500a73783bd411aa140094c9321fdef83786c1855c7803d8e945de4c4341" diff --git a/pyproject.toml b/pyproject.toml index db423743a..035f9828d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,10 +65,10 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "*" pytest = "^7.4.4" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.3.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.3.3", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.32.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.3.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.3.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.3.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.3.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.0.1" tenacity = "*" psycopg2-binary = "^2.9.9"