Skip to content

Commit 19498e8

Browse files
authored
Set all min deps (#1411)
1 parent 0b4d667 commit 19498e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@ classifiers = [
2424
requires-python = ">=3.8"
2525
dependencies = [
2626
"anyio>=3.1.0",
27-
"argon2-cffi",
28-
"jinja2",
27+
"argon2-cffi>=21.1",
28+
"jinja2>=3.0.3",
2929
"jupyter_client>=7.4.4",
3030
"jupyter_core>=4.12,!=5.0.*",
31-
"jupyter_server_terminals",
31+
"jupyter_server_terminals>=0.4.4",
3232
"nbconvert>=6.4.4",
3333
"nbformat>=5.3.0",
34-
"packaging",
35-
"prometheus_client",
36-
"pywinpty;os_name=='nt'",
34+
"packaging>=22.0",
35+
"prometheus_client>=0.9",
36+
"pywinpty>=2.0.1;os_name=='nt'",
3737
"pyzmq>=24",
3838
"Send2Trash>=1.8.2",
3939
"terminado>=0.8.3",
4040
"tornado>=6.2.0",
4141
"traitlets>=5.6.0",
42-
"websocket-client",
42+
"websocket-client>=1.7",
4343
"jupyter_events>=0.9.0",
44-
"overrides"
44+
"overrides>=5.0"
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)