Merge pull request #65 from nikdoof/renovate/pytest-github-actions-annotate-failures-0.x

Update dependency pytest-github-actions-annotate-failures to ^0.3.0
This commit is contained in:
2025-01-18 12:32:33 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@@ -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"

View File

@@ -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"]