Skip to content

Commit 77cdb6f

Browse files
authored
Merge pull request #1 from datalayer/dependabot/pip/pytest-approx-eq-8.2
Update pytest requirement from ~=7.0 to ~=8.2
2 parents 735f5ec + fdd19e4 commit 77cdb6f

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)