File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,24 +24,24 @@ classifiers = [
2424requires-python = " >=3.8"
2525dependencies = [
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 ]
You can’t perform that action at this time.
0 commit comments