From 1b9b5f5a5f48dd015e1b527ae7edc45560ecb691 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 00:40:58 +0000 Subject: [PATCH] Update dependency pytest-github-actions-annotate-failures to ^0.3.0 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index ffa3586..669f985 100644 --- a/poetry.lock +++ b/poetry.lock @@ -426,17 +426,17 @@ docs = ["Sphinx", "sphinx-rtd-theme"] [[package]] name = "pytest-github-actions-annotate-failures" -version = "0.2.0" +version = "0.3.0" description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-github-actions-annotate-failures-0.2.0.tar.gz", hash = "sha256:844ab626d389496e44f960b42f0a72cce29ae06d363426d17ea9ae1b4bef2288"}, - {file = "pytest_github_actions_annotate_failures-0.2.0-py3-none-any.whl", hash = "sha256:8bcef65fed503faaa0524b59cfeccc8995130972dd7b008d64193cc41b9cde85"}, + {file = "pytest_github_actions_annotate_failures-0.3.0-py3-none-any.whl", hash = "sha256:41ea558ba10c332c0bfc053daeee0c85187507b2034e990f21e4f7e5fef044cf"}, + {file = "pytest_github_actions_annotate_failures-0.3.0.tar.gz", hash = "sha256:d4c3177c98046c3900a7f8ddebb22ea54b9f6822201b5d3ab8fcdea51e010db7"}, ] [package.dependencies] -pytest = ">=4.0.0" +pytest = ">=6.0.0" [[package]] name = "pytest-mock" @@ -575,4 +575,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "eee2e8e52008ac942070603eae56db259e032fff9eff8c964762f290b2260e50" +content-hash = "dfa0126ea77fb72a5e82c7e1885c3faa9ea4bf34ee2c4fb0fd1c2501a6fffdaa" diff --git a/pyproject.toml b/pyproject.toml index ab707a1..87be7ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest-flask = "^1.3.0" optional = true [tool.poetry.group.github.dependencies] -pytest-github-actions-annotate-failures = "^0.2.0" +pytest-github-actions-annotate-failures = "^0.3.0" [build-system] requires = ["poetry-core"]