Skip to content

Commit 6001fa0

Browse files
Update data-platform-workflows to v36
1 parent 70f1b5f commit 6001fa0

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Integration
3838
needs:
3939
- lint
40-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v35.0.2
40+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v36.0.1
4141
with:
4242
artifact-prefix: packed-charm- # required input, but not used
4343
architecture: amd64

.github/workflows/update_bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
update-bundle:
1111
name: Update bundle
12-
uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v35.0.2
12+
uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v36.0.1
1313
with:
1414
path-to-bundle-file: releases/latest/mysql-k8s-bundle.yaml
1515
reviewers: canonical/data-mysql

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ codespell = "2.3.0"
2222

2323
[tool.poetry.group.integration.dependencies]
2424
pytest = "^8.3.3"
25-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/github_secrets"}
25+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v36.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
2626
pytest-operator = "^0.38.0"
27-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
28-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
29-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v35.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
27+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v36.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
28+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v36.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
29+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v36.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
3030
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
3131
juju = ">=3.5.2.1"
3232
mysql-connector-python = "~8.0.33"

0 commit comments

Comments
 (0)