@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " jpterm"
7- version = " 0.2.19 "
7+ version = " 0.2.20 "
88description = " Jupyter in the terminal"
99readme = " README.md"
1010license = { text = " MIT" }
@@ -26,26 +26,26 @@ keywords = [
2626]
2727dependencies = [
2828 " rich-click >=1.6.0" ,
29- " txl ==0.2.19 " ,
30- " txl_cell ==0.2.14 " ,
31- " txl_console ==0.2.16 " ,
29+ " txl ==0.2.20 " ,
30+ " txl_cell ==0.2.15 " ,
31+ " txl_console ==0.2.17 " ,
3232 " txl_editors ==0.2.14" ,
3333 " txl_file_browser ==0.2.14" ,
3434 " txl_image_viewer ==0.2.14" ,
35- " txl_jpterm ==0.2.14 " ,
36- " txl_kernel ==0.2.14 " ,
37- " txl_local_contents ==0.2.14 " ,
35+ " txl_jpterm ==0.2.15 " ,
36+ " txl_kernel ==0.2.15 " ,
37+ " txl_local_contents ==0.2.15 " ,
3838 " txl_local_terminals ==0.2.14" ,
3939 " txl_local_kernels ==0.2.14" ,
40- " txl_notebook_editor ==0.2.14 " ,
41- " txl_remote_contents ==0.2.14 " ,
40+ " txl_notebook_editor ==0.2.15 " ,
41+ " txl_remote_contents ==0.2.15 " ,
4242 " txl_remote_terminals ==0.2.14" ,
43- " txl_remote_kernels ==0.2.14 " ,
43+ " txl_remote_kernels ==0.2.15 " ,
4444 " txl_text_editor ==0.2.14" ,
4545 " txl_markdown_viewer ==0.2.14" ,
4646 " txl_terminal ==0.2.14" ,
4747 " txl_launcher ==0.2.14" ,
48- " txl_widgets ==0.2.15 " ,
48+ " txl_widgets ==0.2.16 " ,
4949]
5050
5151[project .optional-dependencies ]
0 commit comments