Skip to content

Commit

Permalink
Update pytest requirement from ~=8.2.2 to ~=8.3.1
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 and kdeldycke committed Jul 23, 2024
1 parent 56663df commit 34342dc
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 @@ -108,7 +108,7 @@ sphinx = [
pytest = ["pytest >= 8"]
test = [
"coverage [toml] ~= 7.6.0",
"pytest ~= 8.2.2",
"pytest ~= 8.3.1",
# More pytest plugins at: https://docs.pytest.org/en/latest/reference/plugin_list.html
"pytest-cases ~= 3.8.3",
"pytest-cov ~= 5.0.0",
Expand Down

0 comments on commit 34342dc

Please sign in to comment.