Skip to content

Commit

Permalink
Bump jupyterlab-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 27, 2024
1 parent bef8e58 commit 22042fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
dependencies = [
"jupyter_server>=2.4.0,<3",
"jupyterlab>=4.2.0rc0,<4.3",
"jupyterlab_server>=2.22.1,<3",
"jupyterlab_server>=2.27.1,<3",
"notebook_shim>=0.2,<0.3",
"tornado>=6.2.0",
]
Expand All @@ -58,7 +58,7 @@ test = [
"pytest-console-scripts",
"ipykernel",
"jupyter_server[test]>=2.4.0,<3",
"jupyterlab_server[test]>=2.22.1,<3",
"jupyterlab_server[test]>=2.27.1,<3",
"importlib-resources>=5.0;python_version<\"3.10\"",
]
docs = [
Expand Down

0 comments on commit 22042fa

Please sign in to comment.