Skip to content

Commit

Permalink
Bump the actions group with 1 update (#395)
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.

Updates `pytest` to 8.1.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@1.0.0b3...8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2024
1 parent 18cc67e commit 9a3595e
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 @@ -42,7 +42,7 @@ Tracker = "https://github.com/jupyter/jupyter_core/issues"
test = [
"ipykernel",
"pre-commit",
"pytest<8",
"pytest<9",
"pytest-cov",
"pytest-timeout"
]
Expand Down

0 comments on commit 9a3595e

Please sign in to comment.