File tree Expand file tree Collapse file tree 3 files changed +27
-13
lines changed
Expand file tree Collapse file tree 3 files changed +27
-13
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ anyio==3.6.2
2828 # jupyter-server
2929appdirs == 1.4.4
3030 # via fs
31- appnope == 0.1.3
32- # via
33- # ipykernel
34- # ipython
3531argon2-cffi == 21.3.0
3632 # via
3733 # jupyter-server
@@ -135,6 +131,7 @@ cryptography==40.0.2
135131 # via
136132 # jwt
137133 # pyopenssl
134+ # secretstorage
138135 # snowflake-connector-python
139136dagster == 1.0.15
140137 # via dagstermill
@@ -170,7 +167,7 @@ duckdb-engine==0.6.9
170167 # via
171168 # dx
172169 # noteable
173- dx @ git+https://www.github.com/noteable-io/dx.git@a9a4310e51236833e818f3d81edc06a2c2fa3b0e
170+ dx @ git+https://www.github.com/noteable-io/dx.git@0fe5ea9e50de6582b6674b41fa34b7a942aee4f6
174171 # via -r python/noteable/3.10/requirements.in
175172entrypoints == 0.4
176173 # via papermill
@@ -249,7 +246,9 @@ googleapis-common-protos==1.59.0
249246graphviz == 0.20.1
250247 # via -r python/noteable/3.10/requirements.in
251248greenlet == 1.1.3.post0
252- # via noteable
249+ # via
250+ # noteable
251+ # sqlalchemy
253252grpcio == 1.47.5
254253 # via
255254 # dagster
@@ -320,6 +319,10 @@ jaraco-classes==3.2.3
320319 # via keyring
321320jedi == 0.18.2
322321 # via ipython
322+ jeepney == 0.8.0
323+ # via
324+ # keyring
325+ # secretstorage
323326jinja2 == 3.1.2
324327 # via
325328 # cookiecutter
@@ -719,6 +722,8 @@ redshift-connector==2.0.910
719722 # via noteable
720723regex == 2023.5.5
721724 # via docker-image-py
725+ repr-llm == 0.2.1
726+ # via dx
722727requests == 2.28.2
723728 # via
724729 # clickhouse-sqlalchemy
@@ -770,6 +775,8 @@ scramp==1.4.4
770775 # via redshift-connector
771776scrapbook == 0.5.0
772777 # via dagstermill
778+ secretstorage == 3.3.3
779+ # via keyring
773780send2trash == 1.8.2
774781 # via
775782 # jupyter-server
Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ anyio==3.6.2
2828 # jupyter-server
2929appdirs == 1.4.4
3030 # via fs
31- appnope == 0.1.3
32- # via
33- # ipykernel
34- # ipython
3531argon2-cffi == 21.3.0
3632 # via
3733 # jupyter-server
@@ -135,6 +131,7 @@ cryptography==40.0.2
135131 # via
136132 # jwt
137133 # pyopenssl
134+ # secretstorage
138135 # snowflake-connector-python
139136dagster == 1.0.15
140137 # via dagstermill
@@ -170,7 +167,7 @@ duckdb-engine==0.6.9
170167 # via
171168 # dx
172169 # noteable
173- dx @ git+https://www.github.com/noteable-io/dx.git@a9a4310e51236833e818f3d81edc06a2c2fa3b0e
170+ dx @ git+https://www.github.com/noteable-io/dx.git@0fe5ea9e50de6582b6674b41fa34b7a942aee4f6
174171 # via -r python/noteable/3.9/requirements.in
175172entrypoints == 0.4
176173 # via papermill
@@ -249,7 +246,9 @@ googleapis-common-protos==1.59.0
249246graphviz == 0.20.1
250247 # via -r python/noteable/3.9/requirements.in
251248greenlet == 1.1.3.post0
252- # via noteable
249+ # via
250+ # noteable
251+ # sqlalchemy
253252grpcio == 1.47.5
254253 # via
255254 # dagster
@@ -325,6 +324,10 @@ jaraco-classes==3.2.3
325324 # via keyring
326325jedi == 0.18.2
327326 # via ipython
327+ jeepney == 0.8.0
328+ # via
329+ # keyring
330+ # secretstorage
328331jinja2 == 3.1.2
329332 # via
330333 # cookiecutter
@@ -724,6 +727,8 @@ redshift-connector==2.0.910
724727 # via noteable
725728regex == 2023.5.5
726729 # via docker-image-py
730+ repr-llm == 0.2.1
731+ # via dx
727732requests == 2.28.2
728733 # via
729734 # clickhouse-sqlalchemy
@@ -775,6 +780,8 @@ scramp==1.4.4
775780 # via redshift-connector
776781scrapbook == 0.5.0
777782 # via dagstermill
783+ secretstorage == 3.3.3
784+ # via keyring
778785send2trash == 1.8.2
779786 # via
780787 # jupyter-server
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ nbdime==3.1.1
1313graphviz==0.20.1
1414
1515# https://github.com/noteable-io/ packages
16- git+https://www.github.com/noteable-io/dx.git@a9a4310e51236833e818f3d81edc06a2c2fa3b0e
16+ git+https://www.github.com/noteable-io/dx.git@0fe5ea9e50de6582b6674b41fa34b7a942aee4f6
1717git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
1818git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
1919git+https://www.github.com/noteable-io/ipykernel-logging.git@dc169edb8d7c262a001b795373b479df561bfe73
You can’t perform that action at this time.
0 commit comments