diff --git a/poetry.lock b/poetry.lock index 36e61baae..cb6590e5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ name = "pytest-operator-groups" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -2147,8 +2147,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.2.0" +resolved_reference = "396048a3aadb36423f3c416085d10a8f2422da46" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2774,4 +2774,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10.12" -content-hash = "1f5614ba591b65b5e62025e70251472cefaa1fb9c4aaf01011ec9e1e4892ef6c" +content-hash = "a2a588a1993e389dca306706d2472073780682899554411d7ef91b76d7c707e5" diff --git a/pyproject.toml b/pyproject.toml index 6d3d13728..6375c5f6c 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 = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"} allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}