From 2e60e539c6b6a4f752e05b5dc4fb39e48fed7dd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:21:37 +0000 Subject: [PATCH] chore(deps): update dependency pytest-github-secrets 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 29cce4e2c..db8e66293 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1786,8 +1786,8 @@ develop = false [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/github_secrets" [[package]] @@ -2433,4 +2433,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.12" -content-hash = "cdc104b93da7cd27ccc3049cd02ebd19901c358dd35babd040d251b4ed95dcfd" +content-hash = "aa7b9eba954c19a058e05ebb336afd87f96443d174a6512e668bfbf00dc1ed48" diff --git a/pyproject.toml b/pyproject.toml index 4be308e4c..7ae696892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ 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-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", 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"} [build-system]