Skip to content

Commit 499b252

Browse files
authored
update dx (#33)
update dx
1 parent 75e5b32 commit 499b252

File tree

3 files changed

+27
-13
lines changed

3 files changed

+27
-13
lines changed

python/noteable/3.10/requirements.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ anyio==3.6.2
2828
# jupyter-server
2929
appdirs==1.4.4
3030
# via fs
31-
appnope==0.1.3
32-
# via
33-
# ipykernel
34-
# ipython
3531
argon2-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
139136
dagster==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
175172
entrypoints==0.4
176173
# via papermill
@@ -249,7 +246,9 @@ googleapis-common-protos==1.59.0
249246
graphviz==0.20.1
250247
# via -r python/noteable/3.10/requirements.in
251248
greenlet==1.1.3.post0
252-
# via noteable
249+
# via
250+
# noteable
251+
# sqlalchemy
253252
grpcio==1.47.5
254253
# via
255254
# dagster
@@ -320,6 +319,10 @@ jaraco-classes==3.2.3
320319
# via keyring
321320
jedi==0.18.2
322321
# via ipython
322+
jeepney==0.8.0
323+
# via
324+
# keyring
325+
# secretstorage
323326
jinja2==3.1.2
324327
# via
325328
# cookiecutter
@@ -719,6 +722,8 @@ redshift-connector==2.0.910
719722
# via noteable
720723
regex==2023.5.5
721724
# via docker-image-py
725+
repr-llm==0.2.1
726+
# via dx
722727
requests==2.28.2
723728
# via
724729
# clickhouse-sqlalchemy
@@ -770,6 +775,8 @@ scramp==1.4.4
770775
# via redshift-connector
771776
scrapbook==0.5.0
772777
# via dagstermill
778+
secretstorage==3.3.3
779+
# via keyring
773780
send2trash==1.8.2
774781
# via
775782
# jupyter-server

python/noteable/3.9/requirements.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ anyio==3.6.2
2828
# jupyter-server
2929
appdirs==1.4.4
3030
# via fs
31-
appnope==0.1.3
32-
# via
33-
# ipykernel
34-
# ipython
3531
argon2-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
139136
dagster==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
175172
entrypoints==0.4
176173
# via papermill
@@ -249,7 +246,9 @@ googleapis-common-protos==1.59.0
249246
graphviz==0.20.1
250247
# via -r python/noteable/3.9/requirements.in
251248
greenlet==1.1.3.post0
252-
# via noteable
249+
# via
250+
# noteable
251+
# sqlalchemy
253252
grpcio==1.47.5
254253
# via
255254
# dagster
@@ -325,6 +324,10 @@ jaraco-classes==3.2.3
325324
# via keyring
326325
jedi==0.18.2
327326
# via ipython
327+
jeepney==0.8.0
328+
# via
329+
# keyring
330+
# secretstorage
328331
jinja2==3.1.2
329332
# via
330333
# cookiecutter
@@ -724,6 +727,8 @@ redshift-connector==2.0.910
724727
# via noteable
725728
regex==2023.5.5
726729
# via docker-image-py
730+
repr-llm==0.2.1
731+
# via dx
727732
requests==2.28.2
728733
# via
729734
# clickhouse-sqlalchemy
@@ -775,6 +780,8 @@ scramp==1.4.4
775780
# via redshift-connector
776781
scrapbook==0.5.0
777782
# via dagstermill
783+
secretstorage==3.3.3
784+
# via keyring
778785
send2trash==1.8.2
779786
# via
780787
# jupyter-server

python/noteable/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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@a9a4310e51236833e818f3d81edc06a2c2fa3b0e
16+
git+https://www.github.com/noteable-io/dx.git@0fe5ea9e50de6582b6674b41fa34b7a942aee4f6
1717
git+https://www.github.com/noteable-io/noteable-notebook-magics.git@4399550a7ba7407a0fc829271d315e79552abb46
1818
git+https://www.github.com/noteable-io/sidecar_comms.git@009210009af85640852398dd6965bb7c285e21e2
1919
git+https://www.github.com/noteable-io/ipykernel-logging.git@dc169edb8d7c262a001b795373b479df561bfe73

0 commit comments

Comments
 (0)