Skip to content

Commit 9a3595e

Browse files
Bump the actions group with 1 update (#395)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18cc67e commit 9a3595e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Tracker = "https://github.com/jupyter/jupyter_core/issues"
4242
test = [
4343
"ipykernel",
4444
"pre-commit",
45-
"pytest<8",
45+
"pytest<9",
4646
"pytest-cov",
4747
"pytest-timeout"
4848
]

0 commit comments

Comments
 (0)