Skip to content

Commit fd41683

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 4e60bc9 commit fd41683

4 files changed

Lines changed: 27 additions & 27 deletions

File tree

mpcontribs-api/requirements/deployment.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ blinker==1.9.0
3636
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
3737
boltons==25.0.0
3838
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
39-
boto3==1.40.24
39+
boto3==1.40.27
4040
# via flask-mongorest-mpcontribs
41-
botocore==1.40.24
41+
botocore==1.40.27
4242
# via
4343
# boto3
4444
# s3transfer
@@ -48,7 +48,7 @@ bytecode==0.17.0
4848
# via ddtrace
4949
certifi==2025.8.3
5050
# via requests
51-
cffi==1.17.1
51+
cffi==2.0.0
5252
# via
5353
# argon2-cffi-bindings
5454
# cryptography
@@ -84,7 +84,7 @@ decorator==5.2.1
8484
# via ipython
8585
defusedxml==0.7.1
8686
# via nbconvert
87-
dnspython==2.7.0
87+
dnspython==2.8.0
8888
# via
8989
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
9090
# pymongo
@@ -187,7 +187,7 @@ jsonschema[format-nongpl]==4.25.1
187187
# flasgger-tschaume
188188
# jupyter-events
189189
# nbformat
190-
jsonschema-specifications==2025.4.1
190+
jsonschema-specifications==2025.9.1
191191
# via jsonschema
192192
jupyter-client==7.4.9
193193
# via
@@ -253,7 +253,7 @@ more-itertools==10.8.0
253253
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
254254
mpmath==1.3.0
255255
# via sympy
256-
narwhals==2.3.0
256+
narwhals==2.4.0
257257
# via plotly
258258
nbclassic==1.3.2
259259
# via notebook
@@ -351,7 +351,7 @@ ptyprocess==0.7.0
351351
# terminado
352352
pure-eval==0.2.3
353353
# via stack-data
354-
pycparser==2.22
354+
pycparser==2.23
355355
# via cffi
356356
pygments==2.19.2
357357
# via
@@ -397,7 +397,7 @@ pyyaml==6.0.2
397397
# via
398398
# flasgger-tschaume
399399
# jupyter-events
400-
pyzmq==27.0.2
400+
pyzmq==27.1.0
401401
# via
402402
# ipykernel
403403
# jupyter-client
@@ -435,7 +435,7 @@ rpds-py==0.27.1
435435
# via
436436
# jsonschema
437437
# referencing
438-
rq==2.5.0
438+
rq==2.6.0
439439
# via
440440
# flask-rq2
441441
# rq-scheduler
@@ -447,7 +447,7 @@ ruamel-yaml==0.18.15
447447
# pymatgen
448448
ruamel-yaml-clib==0.2.12
449449
# via ruamel-yaml
450-
s3transfer==0.13.1
450+
s3transfer==0.14.0
451451
# via boto3
452452
scipy==1.16.1
453453
# via

mpcontribs-client/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cycler==0.12.1
3232
# via matplotlib
3333
decorator==5.2.1
3434
# via ipython
35-
dnspython==2.7.0
35+
dnspython==2.8.0
3636
# via
3737
# pyisemail
3838
# pymongo
@@ -76,7 +76,7 @@ jsonschema[format-nongpl]==4.25.1
7676
# via
7777
# bravado-core
7878
# swagger-spec-validator
79-
jsonschema-specifications==2025.4.1
79+
jsonschema-specifications==2025.9.1
8080
# via jsonschema
8181
kiwisolver==1.4.9
8282
# via matplotlib
@@ -98,7 +98,7 @@ msgpack==1.1.1
9898
# via
9999
# bravado
100100
# bravado-core
101-
narwhals==2.3.0
101+
narwhals==2.4.0
102102
# via plotly
103103
networkx==3.5
104104
# via pymatgen

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cachetools==6.2.0
3838
# via mpcontribs-client
3939
certifi==2025.8.3
4040
# via requests
41-
cffi==1.17.1
41+
cffi==2.0.0
4242
# via argon2-cffi-bindings
4343
charset-normalizer==3.4.3
4444
# via requests
@@ -60,7 +60,7 @@ decorator==5.2.1
6060
# via ipython
6161
defusedxml==0.7.1
6262
# via nbconvert
63-
dnspython==2.7.0
63+
dnspython==2.8.0
6464
# via
6565
# pyisemail
6666
# pymongo
@@ -124,7 +124,7 @@ jsonschema[format-nongpl]==4.25.1
124124
# jupyter-events
125125
# nbformat
126126
# swagger-spec-validator
127-
jsonschema-specifications==2025.4.1
127+
jsonschema-specifications==2025.9.1
128128
# via jsonschema
129129
jupyter-client==8.6.3
130130
# via
@@ -190,7 +190,7 @@ msgpack==1.1.1
190190
# via
191191
# bravado
192192
# bravado-core
193-
narwhals==2.3.0
193+
narwhals==2.4.0
194194
# via plotly
195195
nbclient==0.10.2
196196
# via nbconvert
@@ -274,7 +274,7 @@ ptyprocess==0.7.0
274274
# terminado
275275
pure-eval==0.2.3
276276
# via stack-data
277-
pycparser==2.22
277+
pycparser==2.23
278278
# via cffi
279279
pygments==2.19.2
280280
# via
@@ -311,7 +311,7 @@ pyyaml==6.0.2
311311
# bravado-core
312312
# jupyter-events
313313
# swagger-spec-validator
314-
pyzmq==27.0.2
314+
pyzmq==27.1.0
315315
# via
316316
# ipykernel
317317
# jupyter-client

mpcontribs-portal/requirements/deployment.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ boltons==25.0.0
2424
# via
2525
# mpcontribs-client
2626
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
27-
boto3==1.40.24
27+
boto3==1.40.27
2828
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
29-
botocore==1.40.24
29+
botocore==1.40.27
3030
# via
3131
# boto3
3232
# s3transfer
@@ -67,7 +67,7 @@ django-settings-file==2.10.1
6767
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
6868
django-webpack4-loader==0.0.5
6969
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
70-
dnspython==2.7.0
70+
dnspython==2.8.0
7171
# via
7272
# pyisemail
7373
# pymongo
@@ -142,7 +142,7 @@ jsonschema[format-nongpl]==4.25.1
142142
# bravado-core
143143
# nbformat
144144
# swagger-spec-validator
145-
jsonschema-specifications==2025.4.1
145+
jsonschema-specifications==2025.9.1
146146
# via jsonschema
147147
jupyter-client==8.6.3
148148
# via
@@ -189,7 +189,7 @@ msgpack==1.1.1
189189
# via
190190
# bravado
191191
# bravado-core
192-
narwhals==2.3.0
192+
narwhals==2.4.0
193193
# via plotly
194194
nbclient==0.10.2
195195
# via nbconvert
@@ -295,7 +295,7 @@ pyyaml==6.0.2
295295
# bravado
296296
# bravado-core
297297
# swagger-spec-validator
298-
pyzmq==27.0.2
298+
pyzmq==27.1.0
299299
# via
300300
# ipykernel
301301
# jupyter-client
@@ -329,7 +329,7 @@ ruamel-yaml==0.18.15
329329
# pymatgen
330330
ruamel-yaml-clib==0.2.12
331331
# via ruamel-yaml
332-
s3transfer==0.13.1
332+
s3transfer==0.14.0
333333
# via boto3
334334
scipy==1.16.1
335335
# via
@@ -422,7 +422,7 @@ webencodings==0.5.1
422422
# via
423423
# bleach
424424
# tinycss2
425-
whitenoise==6.9.0
425+
whitenoise==6.10.0
426426
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
427427
wrapt==1.17.3
428428
# via ddtrace

0 commit comments

Comments
 (0)