From a3df2bcb44ab3d8a341406b52afc8da5609aca44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:46:20 +0000 Subject: [PATCH] chore(deps): update dependency pytest-operator-groups to v24 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 52cfc41d0..63697bd03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1911,8 +1911,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v21.0.0" -resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" +reference = "v24" +resolved_reference = "8ec5cc7242d90d7ae1e125755297a97402e54584" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2484,4 +2484,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.12" -content-hash = "9943085c1de344b6ee2250b8b0add01ea424d0a0ca443e52568d83cb3437b0ef" +content-hash = "ac94c36ac7a515db38e7a2ff397c4d3d87c09abb6c9209dca77b457513bbb58f" diff --git a/pyproject.toml b/pyproject.toml index 05200a9b6..a2dd39d4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ pytest-asyncio = "^0.21.1" pytest-mock = "^3.14.0" pytest-operator = "^0.36.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24", subdirectory = "python/pytest_plugins/pytest_operator_groups"} pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"} allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}