Update dependency pytest-github-actions-annotate-failures to ^0.3.0

This commit is contained in:
renovate[bot]
2025-01-19 08:50:05 +00:00
committed by GitHub
parent d69eaaabf2
commit dc334e9de2
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@@ -1011,17 +1011,17 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments
[[package]] [[package]]
name = "pytest-github-actions-annotate-failures" 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" description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "pytest-github-actions-annotate-failures-0.2.0.tar.gz", hash = "sha256:844ab626d389496e44f960b42f0a72cce29ae06d363426d17ea9ae1b4bef2288"}, {file = "pytest_github_actions_annotate_failures-0.3.0-py3-none-any.whl", hash = "sha256:41ea558ba10c332c0bfc053daeee0c85187507b2034e990f21e4f7e5fef044cf"},
{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.tar.gz", hash = "sha256:d4c3177c98046c3900a7f8ddebb22ea54b9f6822201b5d3ab8fcdea51e010db7"},
] ]
[package.dependencies] [package.dependencies]
pytest = ">=4.0.0" pytest = ">=6.0.0"
[[package]] [[package]]
name = "pywin32-ctypes" name = "pywin32-ctypes"
@@ -1440,4 +1440,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "93d9a45dd169fa0be9e220e684db343bf0288ef7cfcb2c9f350981705cad1807" content-hash = "7a7b0e8331a7dc2f39c075d8e7fe17585d7243ec8267f4c42c6e650d7e53e0f2"

View File

@@ -24,7 +24,7 @@ ruff = "^0.9.0"
optional = true optional = true
[tool.poetry.group.github.dependencies] [tool.poetry.group.github.dependencies]
pytest-github-actions-annotate-failures = "^0.2.0" pytest-github-actions-annotate-failures = "^0.3.0"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]