Skip to content

Commit

Permalink
Update pytest requirement from ~=7.0 to ~=8.2
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent b122d68 commit fdd19e4
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 fdd19e4

Please sign in to comment.