From e5bf420fc6f0c5531cbc3980649ddb3c667c1459 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:35:10 +0000 Subject: [PATCH] chore(deps): update dependency pytest-operator-groups to v21.0.1 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 29cce4e2..33471449 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1860,8 +1860,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v21.0.0" -resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" +reference = "v21.0.1" +resolved_reference = "06f252ea079edfd055cee236ede28c237467f9b0" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2433,4 +2433,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.12" -content-hash = "cdc104b93da7cd27ccc3049cd02ebd19901c358dd35babd040d251b4ed95dcfd" +content-hash = "b9c6b85d6fb44bc5c6c04c82a2035e9753045b9025a6c538b6ec27bf1bcd203c" diff --git a/pyproject.toml b/pyproject.toml index 4be308e4..808304d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ pytest-asyncio = "^0.21.1" pytest-mock = "^3.14.0" pytest-operator = "^0.34.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 = "v21.0.1", 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"}