Skip to content

Commit c512ef1

Browse files
committed
bazel: Fix notebook_requirements.in
1 parent 6247c19 commit c512ef1

File tree

2 files changed

+38
-59
lines changed

2 files changed

+38
-59
lines changed

bazel/notebook_requirements.in

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ svgwrite==1.4.3
2020
plotly==5.15.0
2121

2222
# Notebook
23-
jupyter==1.0.0
24-
jupyter-server==2.12.5
23+
jupyterlab==4.2.5
24+
notebook==7.2.2
25+
jupyter-server==2.14.2
2526
tornado==6.4.1
2627
Pygments==2.15.0
2728
jsonschema==4.19.0

bazel/notebook_requirements.txt

+35-57
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
absl-py==2.0.0
88
# via -r bazel/notebook_requirements.in
99
anyio==4.0.0
10-
# via jupyter-server
10+
# via
11+
# httpx
12+
# jupyter-server
1113
argon2-cffi==23.1.0
1214
# via jupyter-server
1315
argon2-cffi-bindings==21.2.0
@@ -33,17 +35,18 @@ black==24.3.0
3335
bleach==6.0.0
3436
# via nbconvert
3537
certifi==2024.7.4
36-
# via requests
38+
# via
39+
# httpcore
40+
# httpx
41+
# requests
3742
cffi==1.15.1
3843
# via argon2-cffi-bindings
3944
charset-normalizer==3.2.0
4045
# via requests
4146
click==8.1.3
4247
# via black
4348
comm==0.1.4
44-
# via
45-
# ipykernel
46-
# ipywidgets
49+
# via ipykernel
4750
debugpy==1.6.7.post1
4851
# via ipykernel
4952
decorator==5.1.1
@@ -60,28 +63,24 @@ filelock==3.12.2
6063
# via virtualenv
6164
fqdn==1.5.1
6265
# via jsonschema
66+
h11==0.14.0
67+
# via httpcore
68+
httpcore==1.0.5
69+
# via httpx
70+
httpx==0.27.2
71+
# via jupyterlab
6372
idna==3.7
6473
# via
6574
# anyio
75+
# httpx
6676
# jsonschema
6777
# requests
6878
immutabledict==3.0.0
6979
# via -r bazel/notebook_requirements.in
7080
ipykernel==6.25.2
71-
# via
72-
# jupyter
73-
# jupyter-console
74-
# jupyterlab
75-
# qtconsole
81+
# via jupyterlab
7682
ipython==8.15.0
77-
# via
78-
# ipykernel
79-
# ipywidgets
80-
# jupyter-console
81-
ipython-genutils==0.2.0
82-
# via qtconsole
83-
ipywidgets==8.1.0
84-
# via jupyter
83+
# via ipykernel
8584
isoduration==20.11.0
8685
# via jsonschema
8786
jedi==0.19.0
@@ -104,33 +103,25 @@ jsonschema[format-nongpl]==4.19.0
104103
# nbformat
105104
jsonschema-specifications==2023.7.1
106105
# via jsonschema
107-
jupyter==1.0.0
108-
# via -r bazel/notebook_requirements.in
109106
jupyter-client==8.3.1
110107
# via
111108
# ipykernel
112-
# jupyter-console
113109
# jupyter-server
114110
# nbclient
115-
# qtconsole
116-
jupyter-console==6.6.3
117-
# via jupyter
118111
jupyter-core==5.3.1
119112
# via
120113
# ipykernel
121114
# jupyter-client
122-
# jupyter-console
123115
# jupyter-server
124116
# jupyterlab
125117
# nbclient
126118
# nbconvert
127119
# nbformat
128-
# qtconsole
129120
jupyter-events==0.9.0
130121
# via jupyter-server
131122
jupyter-lsp==2.2.2
132123
# via jupyterlab
133-
jupyter-server==2.12.5
124+
jupyter-server==2.14.2
134125
# via
135126
# -r bazel/notebook_requirements.in
136127
# jupyter-lsp
@@ -140,16 +131,16 @@ jupyter-server==2.12.5
140131
# notebook-shim
141132
jupyter-server-terminals==0.4.4
142133
# via jupyter-server
143-
jupyterlab==4.0.11
144-
# via notebook
134+
jupyterlab==4.2.5
135+
# via
136+
# -r bazel/notebook_requirements.in
137+
# notebook
145138
jupyterlab-pygments==0.2.2
146139
# via nbconvert
147-
jupyterlab-server==2.24.0
140+
jupyterlab-server==2.27.3
148141
# via
149142
# jupyterlab
150143
# notebook
151-
jupyterlab-widgets==3.0.8
152-
# via ipywidgets
153144
markupsafe==2.1.3
154145
# via
155146
# jinja2
@@ -171,18 +162,16 @@ mypy-protobuf==3.5.0
171162
nbclient==0.8.0
172163
# via nbconvert
173164
nbconvert==7.8.0
174-
# via
175-
# jupyter
176-
# jupyter-server
165+
# via jupyter-server
177166
nbformat==5.9.2
178167
# via
179168
# jupyter-server
180169
# nbclient
181170
# nbconvert
182171
nest-asyncio==1.5.7
183172
# via ipykernel
184-
notebook==7.0.7
185-
# via jupyter
173+
notebook==7.2.2
174+
# via -r bazel/notebook_requirements.in
186175
notebook-shim==0.2.3
187176
# via
188177
# jupyterlab
@@ -203,8 +192,6 @@ packaging==23.1
203192
# jupyterlab-server
204193
# nbconvert
205194
# plotly
206-
# qtconsole
207-
# qtpy
208195
pandas==2.1.2
209196
# via -r bazel/notebook_requirements.in
210197
pandocfilters==1.5.0
@@ -227,9 +214,7 @@ plotly==5.15.0
227214
prometheus-client==0.17.1
228215
# via jupyter-server
229216
prompt-toolkit==3.0.39
230-
# via
231-
# ipython
232-
# jupyter-console
217+
# via ipython
233218
protobuf==5.26.1
234219
# via
235220
# -r bazel/notebook_requirements.in
@@ -248,9 +233,7 @@ pygments==2.15.0
248233
# via
249234
# -r bazel/notebook_requirements.in
250235
# ipython
251-
# jupyter-console
252236
# nbconvert
253-
# qtconsole
254237
python-dateutil==2.8.2
255238
# via
256239
# arrow
@@ -266,13 +249,7 @@ pyzmq==25.1.1
266249
# via
267250
# ipykernel
268251
# jupyter-client
269-
# jupyter-console
270252
# jupyter-server
271-
# qtconsole
272-
qtconsole==5.4.4
273-
# via jupyter
274-
qtpy==2.4.0
275-
# via qtconsole
276253
referencing==0.30.2
277254
# via
278255
# jsonschema
@@ -305,7 +282,9 @@ six==1.16.0
305282
# python-dateutil
306283
# rfc3339-validator
307284
sniffio==1.3.0
308-
# via anyio
285+
# via
286+
# anyio
287+
# httpx
309288
soupsieve==2.5
310289
# via beautifulsoup4
311290
stack-data==0.6.2
@@ -334,9 +313,7 @@ traitlets==5.9.0
334313
# comm
335314
# ipykernel
336315
# ipython
337-
# ipywidgets
338316
# jupyter-client
339-
# jupyter-console
340317
# jupyter-core
341318
# jupyter-events
342319
# jupyter-server
@@ -345,7 +322,6 @@ traitlets==5.9.0
345322
# nbclient
346323
# nbconvert
347324
# nbformat
348-
# qtconsole
349325
types-protobuf==4.24.0.0
350326
# via mypy-protobuf
351327
typing-extensions==4.8.0
@@ -366,7 +342,9 @@ webencodings==0.5.1
366342
# via
367343
# bleach
368344
# tinycss2
369-
websocket-client==1.6.2
345+
websocket-client==1.8.0
370346
# via jupyter-server
371-
widgetsnbextension==4.0.8
372-
# via ipywidgets
347+
348+
# The following packages are considered to be unsafe in a requirements file:
349+
setuptools==74.0.0
350+
# via jupyterlab

0 commit comments

Comments
 (0)