Skip to content

Commit 42d4bf7

Browse files
tschaumegithub-actions
andauthored
Automated dependency upgrades (#1882)
* update dependencies for mpcontribs-api (ubuntu-latest/py3.10) * update dependencies for mpcontribs-api (ubuntu-latest/py3.11) * update dependencies for mpcontribs-client (ubuntu-latest/py3.10) * update dependencies for mpcontribs-client (ubuntu-latest/py3.11) * update dependencies for mpcontribs-kernel-gateway (ubuntu-latest/py3.10) * update dependencies for mpcontribs-kernel-gateway (ubuntu-latest/py3.11) * update dependencies for mpcontribs-portal (ubuntu-latest/py3.10) * update dependencies for mpcontribs-portal (ubuntu-latest/py3.11) --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent a105810 commit 42d4bf7

16 files changed

+188
-172
lines changed

mpcontribs-api/requirements/ubuntu-latest_py3.10.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ blinker==1.9.0
3636
# via mpcontribs-api (setup.py)
3737
boltons==24.1.0
3838
# via mpcontribs-api (setup.py)
39-
boto3==1.35.99
39+
boto3==1.36.4
4040
# via flask-mongorest-mpcontribs
41-
botocore==1.35.99
41+
botocore==1.36.4
4242
# via
4343
# boto3
4444
# s3transfer
4545
brotli==1.1.0
4646
# via flask-compress
47-
bytecode==0.16.0
47+
bytecode==0.16.1
4848
# via ddtrace
4949
certifi==2024.12.14
5050
# via requests
@@ -74,9 +74,9 @@ cycler==0.12.1
7474
# via matplotlib
7575
dateparser==1.2.0
7676
# via mpcontribs-api (setup.py)
77-
ddtrace==2.18.1
77+
ddtrace==2.19.1
7878
# via mpcontribs-api (setup.py)
79-
debugpy==1.8.11
79+
debugpy==1.8.12
8080
# via ipykernel
8181
decorator==5.1.1
8282
# via ipython
@@ -96,7 +96,7 @@ exceptiongroup==1.2.2
9696
# via
9797
# anyio
9898
# ipython
99-
executing==2.1.0
99+
executing==2.2.0
100100
# via stack-data
101101
fastjsonschema==2.21.1
102102
# via nbformat
@@ -132,7 +132,7 @@ flexcache==0.3
132132
# via pint
133133
flexparser==0.4
134134
# via pint
135-
fonttools==4.55.3
135+
fonttools==4.55.4
136136
# via matplotlib
137137
fqdn==1.5.1
138138
# via jsonschema
@@ -279,7 +279,7 @@ notebook==6.5.7
279279
# via mpcontribs-api (setup.py)
280280
notebook-shim==0.2.4
281281
# via nbclassic
282-
numpy==2.2.1
282+
numpy==2.2.2
283283
# via
284284
# contourpy
285285
# matplotlib
@@ -291,7 +291,7 @@ numpy==2.2.1
291291
# spglib
292292
opentelemetry-api==1.29.0
293293
# via ddtrace
294-
orjson==3.10.14
294+
orjson==3.10.15
295295
# via flask-mongorest-mpcontribs
296296
overrides==7.7.0
297297
# via jupyter-server
@@ -328,7 +328,7 @@ prometheus-client==0.21.1
328328
# via
329329
# jupyter-server
330330
# notebook
331-
prompt-toolkit==3.0.48
331+
prompt-toolkit==3.0.50
332332
# via ipython
333333
protobuf==5.29.3
334334
# via ddtrace
@@ -397,7 +397,7 @@ redis==5.2.1
397397
# flask-rq2
398398
# flask-sse
399399
# rq
400-
referencing==0.35.1
400+
referencing==0.36.1
401401
# via
402402
# jsonschema
403403
# jsonschema-specifications
@@ -432,7 +432,7 @@ ruamel-yaml==0.18.10
432432
# pymatgen
433433
ruamel-yaml-clib==0.2.12
434434
# via ruamel-yaml
435-
s3transfer==0.10.4
435+
s3transfer==0.11.1
436436
# via boto3
437437
scipy==1.15.1
438438
# via pymatgen
@@ -510,7 +510,8 @@ typing-extensions==4.12.2
510510
# mistune
511511
# pint
512512
# pyopenssl
513-
tzdata==2024.2
513+
# referencing
514+
tzdata==2025.1
514515
# via pandas
515516
tzlocal==5.2
516517
# via dateparser

mpcontribs-api/requirements/ubuntu-latest_py3.10_extras.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ blinker==1.9.0
3636
# via mpcontribs-api (setup.py)
3737
boltons==24.1.0
3838
# via mpcontribs-api (setup.py)
39-
boto3==1.35.99
39+
boto3==1.36.4
4040
# via flask-mongorest-mpcontribs
41-
botocore==1.35.99
41+
botocore==1.36.4
4242
# via
4343
# boto3
4444
# s3transfer
4545
brotli==1.1.0
4646
# via flask-compress
47-
bytecode==0.16.0
47+
bytecode==0.16.1
4848
# via ddtrace
4949
certifi==2024.12.14
5050
# via requests
@@ -74,9 +74,9 @@ cycler==0.12.1
7474
# via matplotlib
7575
dateparser==1.2.0
7676
# via mpcontribs-api (setup.py)
77-
ddtrace==2.18.1
77+
ddtrace==2.19.1
7878
# via mpcontribs-api (setup.py)
79-
debugpy==1.8.11
79+
debugpy==1.8.12
8080
# via ipykernel
8181
decorator==5.1.1
8282
# via ipython
@@ -97,7 +97,7 @@ exceptiongroup==1.2.2
9797
# anyio
9898
# ipython
9999
# pytest
100-
executing==2.1.0
100+
executing==2.2.0
101101
# via stack-data
102102
fastjsonschema==2.21.1
103103
# via nbformat
@@ -135,7 +135,7 @@ flexcache==0.3
135135
# via pint
136136
flexparser==0.4
137137
# via pint
138-
fonttools==4.55.3
138+
fonttools==4.55.4
139139
# via matplotlib
140140
fqdn==1.5.1
141141
# via jsonschema
@@ -286,7 +286,7 @@ notebook==6.5.7
286286
# via mpcontribs-api (setup.py)
287287
notebook-shim==0.2.4
288288
# via nbclassic
289-
numpy==2.2.1
289+
numpy==2.2.2
290290
# via
291291
# contourpy
292292
# matplotlib
@@ -298,7 +298,7 @@ numpy==2.2.1
298298
# spglib
299299
opentelemetry-api==1.29.0
300300
# via ddtrace
301-
orjson==3.10.14
301+
orjson==3.10.15
302302
# via flask-mongorest-mpcontribs
303303
overrides==7.7.0
304304
# via jupyter-server
@@ -338,7 +338,7 @@ prometheus-client==0.21.1
338338
# via
339339
# jupyter-server
340340
# notebook
341-
prompt-toolkit==3.0.48
341+
prompt-toolkit==3.0.50
342342
# via ipython
343343
protobuf==5.29.3
344344
# via ddtrace
@@ -413,7 +413,7 @@ redis==5.2.1
413413
# flask-rq2
414414
# flask-sse
415415
# rq
416-
referencing==0.35.1
416+
referencing==0.36.1
417417
# via
418418
# jsonschema
419419
# jsonschema-specifications
@@ -448,7 +448,7 @@ ruamel-yaml==0.18.10
448448
# pymatgen
449449
ruamel-yaml-clib==0.2.12
450450
# via ruamel-yaml
451-
s3transfer==0.10.4
451+
s3transfer==0.11.1
452452
# via boto3
453453
scipy==1.15.1
454454
# via pymatgen
@@ -528,7 +528,8 @@ typing-extensions==4.12.2
528528
# mistune
529529
# pint
530530
# pyopenssl
531-
tzdata==2024.2
531+
# referencing
532+
tzdata==2025.1
532533
# via pandas
533534
tzlocal==5.2
534535
# via dateparser

mpcontribs-api/requirements/ubuntu-latest_py3.11.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ blinker==1.9.0
3434
# via mpcontribs-api (setup.py)
3535
boltons==24.1.0
3636
# via mpcontribs-api (setup.py)
37-
boto3==1.35.99
37+
boto3==1.36.4
3838
# via flask-mongorest-mpcontribs
39-
botocore==1.35.99
39+
botocore==1.36.4
4040
# via
4141
# boto3
4242
# s3transfer
4343
brotli==1.1.0
4444
# via flask-compress
45-
bytecode==0.16.0
45+
bytecode==0.16.1
4646
# via ddtrace
4747
certifi==2024.12.14
4848
# via requests
@@ -72,9 +72,9 @@ cycler==0.12.1
7272
# via matplotlib
7373
dateparser==1.2.0
7474
# via mpcontribs-api (setup.py)
75-
ddtrace==2.18.1
75+
ddtrace==2.19.1
7676
# via mpcontribs-api (setup.py)
77-
debugpy==1.8.11
77+
debugpy==1.8.12
7878
# via ipykernel
7979
decorator==5.1.1
8080
# via ipython
@@ -90,7 +90,7 @@ entrypoints==0.4
9090
# via jupyter-client
9191
envier==0.6.1
9292
# via ddtrace
93-
executing==2.1.0
93+
executing==2.2.0
9494
# via stack-data
9595
fastjsonschema==2.21.1
9696
# via nbformat
@@ -126,7 +126,7 @@ flexcache==0.3
126126
# via pint
127127
flexparser==0.4
128128
# via pint
129-
fonttools==4.55.3
129+
fonttools==4.55.4
130130
# via matplotlib
131131
fqdn==1.5.1
132132
# via jsonschema
@@ -273,7 +273,7 @@ notebook==6.5.7
273273
# via mpcontribs-api (setup.py)
274274
notebook-shim==0.2.4
275275
# via nbclassic
276-
numpy==2.2.1
276+
numpy==2.2.2
277277
# via
278278
# contourpy
279279
# matplotlib
@@ -285,7 +285,7 @@ numpy==2.2.1
285285
# spglib
286286
opentelemetry-api==1.29.0
287287
# via ddtrace
288-
orjson==3.10.14
288+
orjson==3.10.15
289289
# via flask-mongorest-mpcontribs
290290
overrides==7.7.0
291291
# via jupyter-server
@@ -322,7 +322,7 @@ prometheus-client==0.21.1
322322
# via
323323
# jupyter-server
324324
# notebook
325-
prompt-toolkit==3.0.48
325+
prompt-toolkit==3.0.50
326326
# via ipython
327327
protobuf==5.29.3
328328
# via ddtrace
@@ -391,7 +391,7 @@ redis==5.2.1
391391
# flask-rq2
392392
# flask-sse
393393
# rq
394-
referencing==0.35.1
394+
referencing==0.36.1
395395
# via
396396
# jsonschema
397397
# jsonschema-specifications
@@ -426,7 +426,7 @@ ruamel-yaml==0.18.10
426426
# pymatgen
427427
ruamel-yaml-clib==0.2.12
428428
# via ruamel-yaml
429-
s3transfer==0.10.4
429+
s3transfer==0.11.1
430430
# via boto3
431431
scipy==1.15.1
432432
# via pymatgen
@@ -503,7 +503,8 @@ typing-extensions==4.12.2
503503
# ipython
504504
# pint
505505
# pyopenssl
506-
tzdata==2024.2
506+
# referencing
507+
tzdata==2025.1
507508
# via pandas
508509
tzlocal==5.2
509510
# via dateparser

0 commit comments

Comments
 (0)