Skip to content

Commit

Permalink
Merge pull request #1 from datalayer/dependabot/pip/pytest-approx-eq-8.2
Browse files Browse the repository at this point in the history
Update pytest requirement from ~=7.0 to ~=8.2
  • Loading branch information
echarles authored May 12, 2024
2 parents 735f5ec + fdd19e4 commit 77cdb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = ["jupyter_server>=1.6,<3"]

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

Expand Down

0 comments on commit 77cdb6f

Please sign in to comment.