Skip to content

Commit fdd19e4

Browse files
Update pytest requirement from ~=7.0 to ~=8.2
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@7.0.0...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b122d68 commit fdd19e4

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
@@ -24,7 +24,7 @@ dependencies = ["jupyter_server>=1.6,<3"]
2424

2525
[project.optional-dependencies]
2626
rtc = ["jupyterlab>=4.2.0", "jupyter_collaboration>=3.0.0a0"]
27-
test = ["pytest~=7.0", "pytest-jupyter[server]>=0.6", "pytest-timeout"]
27+
test = ["pytest~=8.2", "pytest-jupyter[server]>=0.6", "pytest-timeout"]
2828
lint = ["mdformat>0.7", "mdformat-gfm>=0.3.5", "ruff>=0.4.0"]
2929
typing = ["mypy>=0.990"]
3030

0 commit comments

Comments
 (0)