From 8ecf3d3f84028072cbbd879f222ab9d760c6c51b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 20:28:53 +0000 Subject: [PATCH] chore(deps): update dependency allure-pytest-collection-report to v32 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 88e619e3c..fa478846e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -21,7 +21,7 @@ name = "allure-pytest-collection-report" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -33,8 +33,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v32.2.3" +resolved_reference = "21ba440480504fa5029792507da8bb533ccbf2df" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -3124,4 +3124,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.12" -content-hash = "e29e34200cabaed61069da54feadc10ad5cab657d40b296e5dfce7db46f9d1f3" +content-hash = "37f6df3d117b6b59dc587e916ccd3635719113ce365f891acfd534fe8e94263f" diff --git a/pyproject.toml b/pyproject.toml index 49847b2d3..8a8238f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ 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-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"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v32.2.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} [build-system] build-backend = "poetry.core.masonry.api"