Skip to content

Commit 6bbd349

Browse files
authored
update dx + noteable (magics) (#34)
update dx+magics
1 parent 499b252 commit 6bbd349

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

python/noteable/3.10/requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ docstring-parser==0.15
163163
# flytekit
164164
duckdb==0.8.0
165165
# via duckdb-engine
166-
duckdb-engine==0.6.9
166+
duckdb-engine==0.9.2
167167
# via
168168
# dx
169169
# noteable
170-
dx @ git+https://www.github.com/noteable-io/dx.git@0fe5ea9e50de6582b6674b41fa34b7a942aee4f6
170+
dx @ git+https://www.github.com/noteable-io/dx.git@1f1fe3b06e5031d9e2fbbbcdbc7e2c3c97617acf
171171
# via -r python/noteable/3.10/requirements.in
172172
entrypoints==0.4
173173
# via papermill
@@ -493,7 +493,7 @@ nest-asyncio==1.5.6
493493
# ipykernel
494494
# nbclassic
495495
# notebook
496-
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
496+
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@2ba317e54a4e0d30558d800f8fc64374086ae95f
497497
# via -r python/noteable/3.10/requirements.in
498498
noteable-origami==0.0.11
499499
# via papermill-origami
@@ -506,7 +506,6 @@ notebook-shim==0.2.3
506506
numpy==1.23.5
507507
# via
508508
# databricks-sql-connector
509-
# duckdb-engine
510509
# flytekit
511510
# pandas
512511
# pyarrow
@@ -782,7 +781,7 @@ send2trash==1.8.2
782781
# jupyter-server
783782
# nbclassic
784783
# notebook
785-
sidecar-comms @ git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
784+
sidecar_comms @ git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
786785
# via -r python/noteable/3.10/requirements.in
787786
singlestoredb[sqlalchemy]==0.8.1
788787
# via

python/noteable/3.9/requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ docstring-parser==0.15
163163
# flytekit
164164
duckdb==0.8.0
165165
# via duckdb-engine
166-
duckdb-engine==0.6.9
166+
duckdb-engine==0.9.2
167167
# via
168168
# dx
169169
# noteable
170-
dx @ git+https://www.github.com/noteable-io/dx.git@0fe5ea9e50de6582b6674b41fa34b7a942aee4f6
170+
dx @ git+https://www.github.com/noteable-io/dx.git@1f1fe3b06e5031d9e2fbbbcdbc7e2c3c97617acf
171171
# via -r python/noteable/3.9/requirements.in
172172
entrypoints==0.4
173173
# via papermill
@@ -498,7 +498,7 @@ nest-asyncio==1.5.6
498498
# ipykernel
499499
# nbclassic
500500
# notebook
501-
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
501+
noteable @ git+https://www.github.com/noteable-io/noteable-notebook-magics.git@2ba317e54a4e0d30558d800f8fc64374086ae95f
502502
# via -r python/noteable/3.9/requirements.in
503503
noteable-origami==0.0.11
504504
# via papermill-origami
@@ -511,7 +511,6 @@ notebook-shim==0.2.3
511511
numpy==1.23.5
512512
# via
513513
# databricks-sql-connector
514-
# duckdb-engine
515514
# flytekit
516515
# pandas
517516
# pyarrow
@@ -787,7 +786,7 @@ send2trash==1.8.2
787786
# jupyter-server
788787
# nbclassic
789788
# notebook
790-
sidecar-comms @ git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
789+
sidecar_comms @ git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
791790
# via -r python/noteable/3.9/requirements.in
792791
singlestoredb[sqlalchemy]==0.8.1
793792
# via

python/noteable/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ nbdime==3.1.1
1313
graphviz==0.20.1
1414

1515
# https://github.com/noteable-io/ packages
16-
git+https://www.github.com/noteable-io/dx.git@0fe5ea9e50de6582b6674b41fa34b7a942aee4f6
17-
git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
16+
git+https://www.github.com/noteable-io/dx.git@1f1fe3b06e5031d9e2fbbbcdbc7e2c3c97617acf
17+
git+https://www.github.com/noteable-io/noteable-notebook-magics.git@2ba317e54a4e0d30558d800f8fc64374086ae95f
1818
git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
1919
git+https://www.github.com/noteable-io/ipykernel-logging.git@dc169edb8d7c262a001b795373b479df561bfe73
2020

0 commit comments

Comments
 (0)