From 8f7d6fa0903808f07fb4e62ed99b558d46748d09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:40:17 +0000 Subject: [PATCH] Update dependency pytest-github-secrets to v18 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 88f3a958..6be9fbf2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1747,8 +1747,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.7.0" -resolved_reference = "9e3a54bc14e015cc1a5e793370f613daa0a71ff0" +reference = "v18" +resolved_reference = "da8bb57d6a9650fef8683cb76f233cd672f63db5" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -2374,4 +2374,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.12" -content-hash = "5cdf942ada3e2b88f4f75aacf6b22344ab9a1d0047cf091a5046d56d7a567e2a" +content-hash = "e92acc7f706d4048283256162211d0605fd2817f7bf54f677b4741315e4ac010" diff --git a/pyproject.toml b/pyproject.toml index a148b53a..40ac61ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ pytest-mock = "^3.14.0" pytest-operator = "^0.34.0" pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18", subdirectory = "python/pytest_plugins/github_secrets"} allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} [build-system]