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@8.2.2...8.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent c30c31f commit 451e5d3
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.104.1,<6.109.0",
"pytest>=8.2.2,<8.3.0",
"pytest>=8.2.2,<8.4.0",
"coverage>=7.2.7,<7.7.0",
"mypy>=0.991,<2.0",
"wheel>=0.38.4,<0.44.0",
Expand Down

0 comments on commit 451e5d3

Please sign in to comment.