Skip to content

Commit

Permalink
build(deps): bump the optional group with 2 updates
Browse files Browse the repository at this point in the history
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](pytest-dev/pytest-github-actions-annotate-failures@v0.2.0...v0.3.0)

Updates `pytest-playwright` to 0.7.0
- [Release notes](https://github.com/microsoft/playwright-pytest/releases)
- [Commits](microsoft/playwright-pytest@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent aaea6d1 commit c83518c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
]
Expand Down

0 comments on commit c83518c

Please sign in to comment.