From c83518c9f17b58a96857142f7e4577084202d1ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:19:37 +0000 Subject: [PATCH] build(deps): bump the optional group with 2 updates Updates the requirements on [pytest-github-actions-annotate-failures](https://github.com/pytest-dev/pytest-github-actions-annotate-failures) and [pytest-playwright](https://github.com/microsoft/playwright-pytest) to permit the latest version. Updates `pytest-github-actions-annotate-failures` to 0.3.0 - [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) Updates `pytest-playwright` to 0.7.0 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.4.3...v0.7.0) --- updated-dependencies: - dependency-name: pytest-github-actions-annotate-failures dependency-type: direct:production dependency-group: optional - dependency-name: pytest-playwright dependency-type: direct:production dependency-group: optional ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 785c6c344..a893a43ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ allauth = [ ] ci = [ "rdmo[dev]", - "pytest-github-actions-annotate-failures>=0.2.0,<0.3.0", + "pytest-github-actions-annotate-failures>=0.2.0,<0.4.0", ] dev = [ "build>=1.0,<2.0", @@ -99,7 +99,7 @@ pytest = [ "pytest-cov>=4.1,<7.0", "pytest-django>=4.5,<5.0", "pytest-mock>=3.11,<4.0", - "pytest-playwright>=0.4.3,<0.7.0", + "pytest-playwright>=0.4.3,<0.8.0", "pytest-randomly>=3.15,<4.0", "pytest-xdist>=3.3,<4.0", ]