Skip to content

Commit df27810

Browse files
Update pytest requirement from <8,>=7.0 to >=7.0,<9 (jupyter-server#1402)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69361ee commit df27810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test = [
5757
"pytest-console-scripts",
5858
"pytest-timeout",
5959
"pytest-jupyter[server]>=0.7",
60-
"pytest>=7.0,<8",
60+
"pytest>=7.0,<9",
6161
"requests",
6262
"pre-commit",
6363
'flaky'

0 commit comments

Comments
 (0)