Skip to content

Commit ce53876

Browse files
committed
Require jupyter_server 1.24+, tornado 6.1+, traitlets 5.1+
1 parent fb8fc15 commit ce53876

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
python-version: "3.8"
9595
pip-extras: classic
9696
pip-install-constraints: >-
97-
jupyter-server==1.0
98-
simpervisor==1.0
99-
tornado==5.1
100-
traitlets==4.2.1
97+
jupyter-server==1.24.0
98+
simpervisor==1.0.0
99+
tornado==6.1.0
100+
traitlets==5.1.0
101101
102102
steps:
103103
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ classifiers = [
4848
dependencies = [
4949
"aiohttp",
5050
"importlib_metadata >=4.8.3 ; python_version<\"3.10\"",
51-
"jupyter-server >=1.0",
52-
"simpervisor >=1.0",
53-
"tornado >=5.1",
54-
"traitlets >= 4.2.1",
51+
"jupyter-server >=1.24.0",
52+
"simpervisor >=1.0.0",
53+
"tornado >=6.1.0",
54+
"traitlets >= 5.1.0",
5555
]
5656

5757
[project.optional-dependencies]

0 commit comments

Comments
 (0)