Skip to content

Commit 1edae61

Browse files
committed
Update dependencies of docs & demo
1 parent 3f44660 commit 1edae61

2 files changed

Lines changed: 77 additions & 74 deletions

File tree

demo/requirements.txt

Lines changed: 57 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile requirements.in -o requirements.txt
3-
anyio==4.13.0
3+
anyio==4.14.2
44
# via
55
# httpx
66
# jupyter-server
@@ -10,7 +10,7 @@ argon2-cffi-bindings==25.1.0
1010
# via argon2-cffi
1111
arrow==1.4.0
1212
# via isoduration
13-
asttokens==3.0.1
13+
asttokens==3.0.2
1414
# via stack-data
1515
async-lru==2.3.0
1616
# via jupyterlab
@@ -20,18 +20,18 @@ attrs==26.1.0
2020
# referencing
2121
babel==2.18.0
2222
# via jupyterlab-server
23-
beautifulsoup4==4.14.3
23+
beautifulsoup4==4.15.0
2424
# via nbconvert
25-
bleach==6.3.0
25+
bleach==6.4.0
2626
# via nbconvert
27-
certifi==2026.2.25
27+
certifi==2026.7.22
2828
# via
2929
# httpcore
3030
# httpx
3131
# requests
32-
cffi==2.0.0
32+
cffi==2.1.1
3333
# via argon2-cffi-bindings
34-
charset-normalizer==3.4.6
34+
charset-normalizer==3.4.9
3535
# via requests
3636
colorama==0.4.6
3737
# via ipython
@@ -43,17 +43,15 @@ contourpy==1.3.3
4343
# via matplotlib
4444
cycler==0.12.1
4545
# via matplotlib
46-
debugpy==1.8.20
46+
debugpy==1.8.21
4747
# via ipykernel
48-
decorator==5.2.1
49-
# via ipython
5048
defusedxml==0.7.1
5149
# via nbconvert
5250
executing==2.2.1
5351
# via stack-data
54-
fastjsonschema==2.21.2
52+
fastjsonschema==2.22.1
5553
# via nbformat
56-
fonttools==4.62.1
54+
fonttools==4.63.0
5755
# via matplotlib
5856
fqdn==1.5.1
5957
# via jsonschema
@@ -63,18 +61,18 @@ httpcore==1.0.9
6361
# via httpx
6462
httpx==0.28.1
6563
# via jupyterlab
66-
idna==3.11
64+
idna==3.18
6765
# via
6866
# anyio
6967
# httpx
7068
# jsonschema
7169
# requests
72-
ipykernel==7.2.0
70+
ipykernel==7.3.0
7371
# via
7472
# jupyter
7573
# jupyter-console
7674
# jupyterlab
77-
ipython==9.11.0
75+
ipython==9.16.1
7876
# via
7977
# ipykernel
8078
# ipywidgets
@@ -85,15 +83,15 @@ ipywidgets==8.1.8
8583
# via jupyter
8684
isoduration==20.11.0
8785
# via jsonschema
88-
jedi==0.19.2
86+
jedi==0.20.0
8987
# via ipython
9088
jinja2==3.1.6
9189
# via
9290
# jupyter-server
9391
# jupyterlab
9492
# jupyterlab-server
9593
# nbconvert
96-
json5==0.13.0
94+
json5==0.15.0
9795
# via jupyterlab-server
9896
jsonpointer==3.1.1
9997
# via jsonschema
@@ -106,7 +104,11 @@ jsonschema-specifications==2025.9.1
106104
# via jsonschema
107105
jupyter==1.1.1
108106
# via -r requirements.in
109-
jupyter-client==8.8.0
107+
jupyter-builder==1.2.1
108+
# via
109+
# jupyterlab
110+
# notebook
111+
jupyter-client==8.9.1
110112
# via
111113
# ipykernel
112114
# jupyter-console
@@ -117,18 +119,19 @@ jupyter-console==6.6.3
117119
jupyter-core==5.9.1
118120
# via
119121
# ipykernel
122+
# jupyter-builder
120123
# jupyter-client
121124
# jupyter-console
122125
# jupyter-server
123126
# jupyterlab
124127
# nbclient
125128
# nbconvert
126129
# nbformat
127-
jupyter-events==0.12.0
130+
jupyter-events==0.12.1
128131
# via jupyter-server
129-
jupyter-lsp==2.3.0
132+
jupyter-lsp==2.3.1
130133
# via jupyterlab
131-
jupyter-server==2.17.0
134+
jupyter-server==2.20.0
132135
# via
133136
# jupyter-lsp
134137
# jupyterlab
@@ -137,7 +140,7 @@ jupyter-server==2.17.0
137140
# notebook-shim
138141
jupyter-server-terminals==0.5.4
139142
# via jupyter-server
140-
jupyterlab==4.5.6
143+
jupyterlab==4.6.2
141144
# via
142145
# jupyter
143146
# notebook
@@ -157,17 +160,17 @@ markupsafe==3.0.3
157160
# via
158161
# jinja2
159162
# nbconvert
160-
matplotlib==3.10.8
163+
matplotlib==3.11.1
161164
# via -r requirements.in
162-
matplotlib-inline==0.2.1
165+
matplotlib-inline==0.2.2
163166
# via
164167
# ipykernel
165168
# ipython
166-
mistune==3.2.0
169+
mistune==3.3.4
167170
# via nbconvert
168-
nbclient==0.10.4
171+
nbclient==0.11.0
169172
# via nbconvert
170-
nbconvert==7.17.0
173+
nbconvert==7.17.1
171174
# via
172175
# jupyter
173176
# jupyter-server
@@ -176,21 +179,21 @@ nbformat==5.10.4
176179
# jupyter-server
177180
# nbclient
178181
# nbconvert
179-
nest-asyncio==1.6.0
182+
nest-asyncio2==1.7.2
180183
# via ipykernel
181184
networkx==3.6.1
182185
# via -r requirements.in
183-
notebook==7.5.5
186+
notebook==7.6.1
184187
# via jupyter
185188
notebook-shim==0.2.4
186189
# via
187190
# jupyterlab
188191
# notebook
189-
numpy==2.4.3
192+
numpy==2.5.1
190193
# via
191194
# contourpy
192195
# matplotlib
193-
packaging==26.0
196+
packaging==26.2
194197
# via
195198
# ipykernel
196199
# jupyter-events
@@ -201,25 +204,27 @@ packaging==26.0
201204
# nbconvert
202205
pandocfilters==1.5.1
203206
# via nbconvert
204-
parso==0.8.6
207+
parso==0.8.7
205208
# via jedi
206-
pillow==12.1.1
209+
pillow==12.3.0
207210
# via matplotlib
208-
platformdirs==4.9.4
211+
platformdirs==4.11.0
209212
# via jupyter-core
210-
prometheus-client==0.24.1
213+
prometheus-client==0.26.0
211214
# via jupyter-server
212-
prompt-toolkit==3.0.52
215+
prompt-toolkit==3.0.53
213216
# via
214217
# ipython
215218
# jupyter-console
216219
psutil==7.2.2
217-
# via ipykernel
220+
# via
221+
# ipykernel
222+
# ipython
218223
pure-eval==0.2.3
219224
# via stack-data
220225
pycparser==3.0
221226
# via cffi
222-
pygments==2.19.2
227+
pygments==2.20.0
223228
# via
224229
# ipython
225230
# ipython-pygments-lexers
@@ -234,9 +239,9 @@ python-dateutil==2.9.0.post0
234239
# arrow
235240
# jupyter-client
236241
# matplotlib
237-
python-json-logger==4.0.0
242+
python-json-logger==4.1.0
238243
# via jupyter-events
239-
pywinpty==3.0.3
244+
pywinpty==3.0.5
240245
# via
241246
# jupyter-server
242247
# jupyter-server-terminals
@@ -256,7 +261,7 @@ referencing==0.37.0
256261
# jsonschema
257262
# jsonschema-specifications
258263
# jupyter-events
259-
requests==2.33.0
264+
requests==2.34.2
260265
# via jupyterlab-server
261266
rfc3339-validator==0.1.4
262267
# via
@@ -268,41 +273,40 @@ rfc3986-validator==0.1.1
268273
# jupyter-events
269274
rfc3987-syntax==1.1.0
270275
# via jsonschema
271-
rpds-py==0.30.0
276+
rpds-py==2026.6.3
272277
# via
273278
# jsonschema
274279
# referencing
275280
send2trash==2.1.0
276281
# via jupyter-server
277-
setuptools==82.0.1
278-
# via jupyterlab
279282
six==1.17.0
280283
# via
281284
# python-dateutil
282285
# rfc3339-validator
283-
soupsieve==2.8.3
286+
soupsieve==2.9.1
284287
# via beautifulsoup4
285288
stack-data==0.6.3
286289
# via ipython
287290
terminado==0.18.1
288291
# via
289292
# jupyter-server
290293
# jupyter-server-terminals
291-
tinycss2==1.4.0
294+
tinycss2==1.5.1
292295
# via bleach
293-
tornado==6.5.5
296+
tornado==6.5.7
294297
# via
295298
# ipykernel
296299
# jupyter-client
297300
# jupyter-server
298301
# jupyterlab
299302
# notebook
300303
# terminado
301-
traitlets==5.14.3
304+
traitlets==5.16.1
302305
# via
303306
# ipykernel
304307
# ipython
305308
# ipywidgets
309+
# jupyter-builder
306310
# jupyter-client
307311
# jupyter-console
308312
# jupyter-core
@@ -313,18 +317,19 @@ traitlets==5.14.3
313317
# nbclient
314318
# nbconvert
315319
# nbformat
316-
typing-extensions==4.15.0
320+
typing-extensions==4.16.0
317321
# via
318322
# anyio
319323
# beautifulsoup4
324+
# jupyter-client
320325
# referencing
321-
tzdata==2025.3
326+
tzdata==2026.3
322327
# via arrow
323328
uri-template==1.3.0
324329
# via jsonschema
325-
urllib3==2.6.3
330+
urllib3==2.7.0
326331
# via requests
327-
wcwidth==0.6.0
332+
wcwidth==0.8.2
328333
# via prompt-toolkit
329334
webcolors==25.10.0
330335
# via jsonschema

0 commit comments

Comments
 (0)