From 9592ccae5a1aba06303f61a7610ff655b88cf2d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:55:10 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-github-actions-annotate-failures Bumps [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) from 0.1.8 to 0.2.0. - [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.1.8...v0.2.0) --- updated-dependencies: - dependency-name: pytest-github-actions-annotate-failures dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0bdf6de8..581bfa59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1934,13 +1934,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-github-actions-annotate-failures" -version = "0.1.8" +version = "0.2.0" description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions" optional = false -python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" +python-versions = ">=3.7" files = [ - {file = "pytest-github-actions-annotate-failures-0.1.8.tar.gz", hash = "sha256:2d6e6cb5f8d0aae4a27a20cc4e20fabd3199a121c57f44bc48fe28e372e0be23"}, - {file = "pytest_github_actions_annotate_failures-0.1.8-py2.py3-none-any.whl", hash = "sha256:6a882ff21672fa79deae8d917eb965a6bde2b25191e7632e1adfc23ffac008ab"}, + {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"}, ] [package.dependencies] @@ -2839,4 +2839,4 @@ tools = ["esptool"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "fe7a9a15ab1101610926a596e141b24622407f432b490a229a848dc84b8d9a1b" +content-hash = "216b79cbd27f3734e27a75f6083699b2031052fdd0d52d635f8851a2317c5cbc" diff --git a/pyproject.toml b/pyproject.toml index da48711f..5bc74b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ distro = "^1.8.0" mock = "^4.0.3" pydeps = "^1.10.22" pytest = "^7.1.2" -pytest-github-actions-annotate-failures = "^0.1.7" +pytest-github-actions-annotate-failures = ">=0.1.7,<0.3.0" pytest-json-report = "^1.5.0" pytest-metadata = "^2.0.2" pytest-mock = "^3.10.0"