Commit 87e0a01 1 parent efba15a commit 87e0a01 Copy full SHA for 87e0a01
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,11 @@ jobs:
176
176
needs :
177
177
- build
178
178
- pre-commit
179
+ - test_docs
180
+ - test_minimum_versions
179
181
- test_prereleases
180
- - make_sdist
182
+ - client8
183
+ - check_links
181
184
- test_sdist
182
185
runs-on : ubuntu-latest
183
186
steps :
Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ dependencies = [
30
30
" anyio>=3.1.0,<4" ,
31
31
" argon2-cffi" ,
32
32
" jinja2" ,
33
- " jupyter_client>=7.2 " ,
33
+ " jupyter_client>=7.4.4 " ,
34
34
" jupyter_core>=4.9.2" ,
35
35
" jupyter_server_terminals" ,
36
36
" nbconvert>=6.4.4" ,
37
37
" nbformat>=5.2.0" ,
38
38
" packaging" ,
39
39
" prometheus_client" ,
40
40
" pywinpty;os_name=='nt'" ,
41
- " pyzmq>=17 " ,
41
+ " pyzmq>=24 " ,
42
42
" Send2Trash" ,
43
43
" terminado>=0.8.3" ,
44
- " tornado>=6.1 .0" ,
44
+ " tornado>=6.2 .0" ,
45
45
" traitlets>=5.1" ,
46
46
" websocket-client" ,
47
47
" jupyter_events>=0.4.0"
You can’t perform that action at this time.
0 commit comments