Skip to content

Commit

Permalink
⬆️ 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.1.1...8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent f4b6f3c commit ccaaccf
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 @@ -17,7 +17,7 @@ dev = [
"pre-commit>=2.17,<3.8",
"pydocstyle>=6.1.1,<6.4.0",
"pylint>=2.11.1,<3.2.0",
"pytest>=7.1.1,<8.2.0",
"pytest>=7.1.1,<8.3.0",
"pyupgrade>=2.31.1,<3.16.0",
"safety>=1.10.3,<3.1.0",
"coverage>=6.3,<8.0",
Expand Down

0 comments on commit ccaaccf

Please sign in to comment.