@@ -27,7 +27,7 @@ bleach==6.2.0
27
27
# via nbconvert
28
28
certifi==2025.8.3
29
29
# via requests
30
- cffi==1.17.1 ; implementation_name == 'pypy'
30
+ cffi==2.0.0 ; implementation_name == 'pypy'
31
31
# via pyzmq
32
32
charset-normalizer==3.4.3
33
33
# via requests
@@ -127,7 +127,7 @@ joblib==1.5.2
127
127
# via scikit-learn
128
128
jsonschema==4.25.1
129
129
# via nbformat
130
- jsonschema-specifications==2025.4 .1
130
+ jsonschema-specifications==2025.9 .1
131
131
# via jsonschema
132
132
jupyter-client==8.6.3
133
133
# via
@@ -212,7 +212,7 @@ numpy==2.2.6 ; python_full_version == '3.10.*'
212
212
# scikit-learn
213
213
# scipy
214
214
# vanguard-gp
215
- numpy==2.3.2 ; python_full_version >= '3.11'
215
+ numpy==2.3.3 ; python_full_version >= '3.11'
216
216
# via
217
217
# contourpy
218
218
# matplotlib
@@ -292,7 +292,7 @@ pybtex==0.25.1
292
292
# vanguard-gp
293
293
pybtex-docutils==1.0.3
294
294
# via sphinxcontrib-bibtex
295
- pycparser==2.22 ; implementation_name == 'pypy'
295
+ pycparser==2.23 ; implementation_name == 'pypy'
296
296
# via cffi
297
297
pygments==2.19.2
298
298
# via
@@ -302,7 +302,7 @@ pygments==2.19.2
302
302
# ipython-pygments-lexers
303
303
# nbconvert
304
304
# sphinx
305
- pyparsing==3.2.3
305
+ pyparsing==3.2.4
306
306
# via
307
307
# bibtexparser
308
308
# matplotlib
@@ -317,7 +317,7 @@ pywin32==311 ; platform_python_implementation != 'PyPy' and sys_platform == 'win
317
317
# via jupyter-core
318
318
pyyaml==6.0.2
319
319
# via pybtex
320
- pyzmq==27.0.2
320
+ pyzmq==27.1.0
321
321
# via
322
322
# ipykernel
323
323
# jupyter-client
@@ -335,7 +335,7 @@ scikit-learn==1.6.1 ; python_full_version < '3.10'
335
335
# via
336
336
# gpytorch
337
337
# vanguard-gp
338
- scikit-learn==1.7.1 ; python_full_version >= '3.10'
338
+ scikit-learn==1.7.2 ; python_full_version >= '3.10'
339
339
# via
340
340
# gpytorch
341
341
# vanguard-gp
@@ -351,7 +351,7 @@ scipy==1.15.3 ; python_full_version == '3.10.*'
351
351
# linear-operator
352
352
# scikit-learn
353
353
# vanguard-gp
354
- scipy==1.16.1 ; python_full_version >= '3.11'
354
+ scipy==1.16.2 ; python_full_version >= '3.11'
355
355
# via
356
356
# gpytorch
357
357
# linear-operator
0 commit comments