Skip to content

Commit 5f05d07

Browse files
build(deps-dev): update jupyterlab requirement from >=4.4.3 to >=4.5.6
Updates the requirements on [jupyterlab](https://github.com/jupyterlab/jupyterlab) to permit the latest version. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.4.3...@jupyterlab/lsp@4.5.6) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 880dc47 commit 5f05d07

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
@@ -31,7 +31,7 @@ build-backend = "hatchling.build"
3131

3232
[dependency-groups]
3333
dev = [
34-
"jupyterlab>=4.4.3",
34+
"jupyterlab>=4.5.6",
3535
"pytest>=8.4.0",
3636
"pytest-cov>=6.2.1",
3737
"pytest-github-actions-annotate-failures>=0.3.0",

0 commit comments

Comments
 (0)