diff --git a/poetry.lock b/poetry.lock index 88e619e3c..125385eb8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2342,7 +2342,7 @@ name = "pytest-github-secrets" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -2350,8 +2350,8 @@ develop = false [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/github_secrets" [[package]] @@ -3124,4 +3124,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.12" -content-hash = "e29e34200cabaed61069da54feadc10ad5cab657d40b296e5dfce7db46f9d1f3" +content-hash = "1b71de3bf39c33db5c7f6beb78e03d678ceb1926f06be87e2e7dccbda5ff61d3" diff --git a/pyproject.toml b/pyproject.toml index 49847b2d3..48fd89b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ 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-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.2.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"} [build-system]