From 00b657f2d42a769653aec8fa1ef4765d44e0936a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:32:29 +0000 Subject: [PATCH] Update pytest-github-actions-annotate-failures requirement Updates the requirements on [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/releases) - [Changelog](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/blob/main/CHANGELOG.md) - [Commits](https://github.com/pytest-dev/pytest-github-actions-annotate-failures/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: pytest-github-actions-annotate-failures dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68d8c1e..d7e53ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ test = [ "pytest ~= 8.3.1", # More pytest plugins at: https://docs.pytest.org/en/latest/reference/plugin_list.html "pytest-cov ~= 6.0.0", - "pytest-github-actions-annotate-failures ~= 0.2.0", + "pytest-github-actions-annotate-failures ~= 0.3.0", "pytest-randomly ~= 3.16.0", "pytest-xdist [psutil] ~= 3.6.1", "requests ~= 2.32.3",