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.3.2...8.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 28, 2024
1 parent 732bf45 commit dacc2ce
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 @@ -25,7 +25,7 @@ build = [
]
tests = [
"hypothesis>=6.79.1,<6.104.0",
"pytest>=7.3.2,<8.1.0",
"pytest>=8.2.2,<8.3.0",
"coverage>=7.2.7,<7.6.0",
"mypy>=0.991,<2.0",
"wheel>=0.38.4,<0.44.0",
Expand Down

0 comments on commit dacc2ce

Please sign in to comment.