Skip to content

Commit 7de1b0a

Browse files
Update pytest requirement from <9 to <10 in the actions group
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.0.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...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e63fd3 commit 7de1b0a

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
@@ -40,7 +40,7 @@ Tracker = "https://github.com/jupyter/jupyter_core/issues"
4040
test = [
4141
"ipykernel",
4242
"pre-commit",
43-
"pytest<9",
43+
"pytest<10",
4444
"pytest-cov",
4545
"pytest-timeout"
4646
]

0 commit comments

Comments
 (0)