Skip to content

Commit

Permalink
chore(deps): Update pytest requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.2.2...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 6eb4d74 commit 31684e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test = [
"pyproject-flake8>=6.0.0,<7.0.0",
"mypy>=1.1.1,<2.0.0",
"typing-extensions>=4.5.0,<5.0.0",
"pytest>=7.2.2,<8.0.0",
"pytest>=8.2.2,<9.0.0",
"pytest-mock>=3.10.0,<4.0.0",
]
build = [
Expand Down

0 comments on commit 31684e4

Please sign in to comment.