Skip to content

Commit 11afc0d

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 8683288 commit 11afc0d

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

mpcontribs-api/requirements/deployment.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ blinker==1.9.0
3838
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
3939
boltons==25.0.0
4040
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
41-
boto3==1.40.55
41+
boto3==1.40.59
4242
# via flask-mongorest-mpcontribs
43-
botocore==1.40.55
43+
botocore==1.40.59
4444
# via
4545
# boto3
4646
# s3transfer
@@ -76,7 +76,7 @@ cycler==0.12.1
7676
# via matplotlib
7777
dateparser==1.2.2
7878
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
79-
ddtrace==3.16.1
79+
ddtrace==3.17.0
8080
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
8181
debugpy==1.8.17
8282
# via ipykernel
@@ -232,7 +232,7 @@ matplotlib==3.10.7
232232
# via
233233
# -r python/requirements.txt
234234
# pymatgen
235-
matplotlib-inline==0.1.7
235+
matplotlib-inline==0.2.1
236236
# via
237237
# ipykernel
238238
# ipython
@@ -295,7 +295,7 @@ numpy==1.26.4
295295
# spglib
296296
opentelemetry-api==1.38.0
297297
# via ddtrace
298-
orjson==3.11.3
298+
orjson==3.11.4
299299
# via
300300
# flask-mongorest-mpcontribs
301301
# pymatgen
@@ -401,7 +401,7 @@ pyzmq==27.1.0
401401
# jupyter-client
402402
# jupyter-server
403403
# notebook
404-
redis==6.4.0
404+
redis==7.0.0
405405
# via
406406
# flask-rq2
407407
# flask-sse
@@ -411,7 +411,7 @@ referencing==0.37.0
411411
# jsonschema
412412
# jsonschema-specifications
413413
# jupyter-events
414-
regex==2025.9.18
414+
regex==2025.10.23
415415
# via dateparser
416416
requests==2.32.5
417417
# via
@@ -427,7 +427,7 @@ rfc3986-validator==0.1.1
427427
# jupyter-events
428428
rfc3987-syntax==1.1.0
429429
# via jsonschema
430-
rpds-py==0.27.1
430+
rpds-py==0.28.0
431431
# via
432432
# jsonschema
433433
# referencing
@@ -438,7 +438,7 @@ rq==2.3.2
438438
# rq-scheduler
439439
rq-scheduler==0.14.0
440440
# via flask-rq2
441-
ruamel-yaml==0.18.15
441+
ruamel-yaml==0.18.16
442442
# via
443443
# monty
444444
# pymatgen
@@ -552,7 +552,7 @@ werkzeug==3.1.3
552552
# via
553553
# flasgger-tschaume
554554
# flask
555-
wrapt==2.0.0
555+
wrapt==1.17.3
556556
# via ddtrace
557557
zipp==3.23.0
558558
# via importlib-metadata

mpcontribs-client/requirements/deployment.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ matplotlib==3.10.7
8686
# via
8787
# -r python/requirements.txt
8888
# pymatgen
89-
matplotlib-inline==0.1.7
89+
matplotlib-inline==0.2.1
9090
# via ipython
9191
monotonic==1.6
9292
# via bravado
@@ -113,7 +113,7 @@ numpy==1.26.4
113113
# pymatgen
114114
# scipy
115115
# spglib
116-
orjson==3.11.3
116+
orjson==3.11.4
117117
# via pymatgen
118118
packaging==25.0
119119
# via
@@ -194,11 +194,11 @@ rfc3986-validator==0.1.1
194194
# via jsonschema
195195
rfc3987-syntax==1.1.0
196196
# via jsonschema
197-
rpds-py==0.27.1
197+
rpds-py==0.28.0
198198
# via
199199
# jsonschema
200200
# referencing
201-
ruamel-yaml==0.18.15
201+
ruamel-yaml==0.18.16
202202
# via
203203
# monty
204204
# pymatgen

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cffi==2.0.0
4242
# via argon2-cffi-bindings
4343
charset-normalizer==3.4.4
4444
# via requests
45-
choreographer==1.1.2
45+
choreographer==1.2.0
4646
# via kaleido
4747
comm==0.2.3
4848
# via
@@ -52,7 +52,7 @@ contourpy==1.3.3
5252
# via matplotlib
5353
cycler==0.12.1
5454
# via matplotlib
55-
ddtrace==3.16.1
55+
ddtrace==3.17.0
5656
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
5757
debugpy==1.8.17
5858
# via ipykernel
@@ -174,7 +174,7 @@ matplotlib==3.10.7
174174
# via
175175
# -r python/requirements.txt
176176
# pymatgen
177-
matplotlib-inline==0.1.7
177+
matplotlib-inline==0.2.1
178178
# via
179179
# ipykernel
180180
# ipython
@@ -220,7 +220,7 @@ numpy==1.26.4
220220
# spglib
221221
opentelemetry-api==1.38.0
222222
# via ddtrace
223-
orjson==3.11.3
223+
orjson==3.11.4
224224
# via
225225
# kaleido
226226
# pymatgen
@@ -350,11 +350,11 @@ rfc3986-validator==0.1.1
350350
# jupyter-events
351351
rfc3987-syntax==1.1.0
352352
# via jsonschema
353-
rpds-py==0.27.1
353+
rpds-py==0.28.0
354354
# via
355355
# jsonschema
356356
# referencing
357-
ruamel-yaml==0.18.15
357+
ruamel-yaml==0.18.16
358358
# via
359359
# monty
360360
# pymatgen
@@ -464,7 +464,7 @@ websocket-client==1.9.0
464464
# via jupyter-server
465465
widgetsnbextension==4.0.14
466466
# via ipywidgets
467-
wrapt==2.0.0
467+
wrapt==1.17.3
468468
# via ddtrace
469469
zipp==3.23.0
470470
# via importlib-metadata

mpcontribs-portal/requirements/deployment.txt

Lines changed: 9 additions & 9 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.55
27+
boto3==1.40.59
2828
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
29-
botocore==1.40.55
29+
botocore==1.40.59
3030
# via
3131
# boto3
3232
# s3transfer
@@ -48,7 +48,7 @@ contourpy==1.3.3
4848
# via matplotlib
4949
cycler==0.12.1
5050
# via matplotlib
51-
ddtrace==3.16.1
51+
ddtrace==3.17.0
5252
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
5353
debugpy==1.8.17
5454
# via ipykernel
@@ -169,7 +169,7 @@ matplotlib==3.10.7
169169
# via
170170
# -r python/requirements.txt
171171
# pymatgen
172-
matplotlib-inline==0.1.7
172+
matplotlib-inline==0.2.1
173173
# via
174174
# ipykernel
175175
# ipython
@@ -217,7 +217,7 @@ numpy==1.26.4
217217
# spglib
218218
opentelemetry-api==1.38.0
219219
# via ddtrace
220-
orjson==3.11.3
220+
orjson==3.11.4
221221
# via pymatgen
222222
packaging==25.0
223223
# via
@@ -299,7 +299,7 @@ pyzmq==27.1.0
299299
# via
300300
# ipykernel
301301
# jupyter-client
302-
redis==6.4.0
302+
redis==7.0.0
303303
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
304304
referencing==0.37.0
305305
# via
@@ -319,11 +319,11 @@ rfc3986-validator==0.1.1
319319
# via jsonschema
320320
rfc3987-syntax==1.1.0
321321
# via jsonschema
322-
rpds-py==0.27.1
322+
rpds-py==0.28.0
323323
# via
324324
# jsonschema
325325
# referencing
326-
ruamel-yaml==0.18.15
326+
ruamel-yaml==0.18.16
327327
# via
328328
# monty
329329
# pymatgen
@@ -423,7 +423,7 @@ webencodings==0.5.1
423423
# tinycss2
424424
whitenoise==6.11.0
425425
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
426-
wrapt==2.0.0
426+
wrapt==1.17.3
427427
# via ddtrace
428428
zipp==3.23.0
429429
# via importlib-metadata

0 commit comments

Comments
 (0)