Skip to content

Commit ba78df8

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

16 files changed

Lines changed: 76 additions & 76 deletions

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ argon2-cffi==25.1.0
1212
# via
1313
# jupyter-server
1414
# notebook
15-
argon2-cffi-bindings==21.2.0
15+
argon2-cffi-bindings==25.1.0
1616
# via argon2-cffi
1717
arrow==1.3.0
1818
# via isoduration
@@ -36,9 +36,9 @@ blinker==1.9.0
3636
# via mpcontribs-api (setup.py)
3737
boltons==25.0.0
3838
# via mpcontribs-api (setup.py)
39-
boto3==1.39.15
39+
boto3==1.40.0
4040
# via flask-mongorest-mpcontribs
41-
botocore==1.39.15
41+
botocore==1.40.0
4242
# via
4343
# boto3
4444
# s3transfer
@@ -130,7 +130,7 @@ fonttools==4.59.0
130130
# via matplotlib
131131
fqdn==1.5.1
132132
# via jsonschema
133-
freezegun==1.5.3
133+
freezegun==1.5.4
134134
# via rq-scheduler
135135
gevent==25.5.1
136136
# via gunicorn
@@ -226,7 +226,7 @@ marshmallow==3.26.1
226226
# mpcontribs-api (setup.py)
227227
marshmallow-mongoengine==0.31.2
228228
# via flask-mongorest-mpcontribs
229-
matplotlib==3.10.3
229+
matplotlib==3.10.5
230230
# via pymatgen
231231
matplotlib-inline==0.1.7
232232
# via
@@ -249,7 +249,7 @@ more-itertools==10.7.0
249249
# via mpcontribs-api (setup.py)
250250
mpmath==1.3.0
251251
# via sympy
252-
narwhals==2.0.0
252+
narwhals==2.0.1
253253
# via plotly
254254
nbclassic==1.3.1
255255
# via notebook
@@ -288,7 +288,7 @@ numpy==2.3.2
288288
# pymatgen
289289
# scipy
290290
# spglib
291-
opentelemetry-api==1.35.0
291+
opentelemetry-api==1.36.0
292292
# via ddtrace
293293
orjson==3.11.1
294294
# via
@@ -406,7 +406,7 @@ referencing==0.36.2
406406
# jsonschema
407407
# jsonschema-specifications
408408
# jupyter-events
409-
regex==2024.11.6
409+
regex==2025.7.34
410410
# via dateparser
411411
requests==2.32.4
412412
# via

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ argon2-cffi==25.1.0
1212
# via
1313
# jupyter-server
1414
# notebook
15-
argon2-cffi-bindings==21.2.0
15+
argon2-cffi-bindings==25.1.0
1616
# via argon2-cffi
1717
arrow==1.3.0
1818
# via isoduration
@@ -36,9 +36,9 @@ blinker==1.9.0
3636
# via mpcontribs-api (setup.py)
3737
boltons==25.0.0
3838
# via mpcontribs-api (setup.py)
39-
boto3==1.39.15
39+
boto3==1.40.0
4040
# via flask-mongorest-mpcontribs
41-
botocore==1.39.15
41+
botocore==1.40.0
4242
# via
4343
# boto3
4444
# s3transfer
@@ -132,7 +132,7 @@ fonttools==4.59.0
132132
# via matplotlib
133133
fqdn==1.5.1
134134
# via jsonschema
135-
freezegun==1.5.3
135+
freezegun==1.5.4
136136
# via rq-scheduler
137137
gevent==25.5.1
138138
# via gunicorn
@@ -230,7 +230,7 @@ marshmallow==3.26.1
230230
# mpcontribs-api (setup.py)
231231
marshmallow-mongoengine==0.31.2
232232
# via flask-mongorest-mpcontribs
233-
matplotlib==3.10.3
233+
matplotlib==3.10.5
234234
# via pymatgen
235235
matplotlib-inline==0.1.7
236236
# via
@@ -255,7 +255,7 @@ more-itertools==10.7.0
255255
# via mpcontribs-api (setup.py)
256256
mpmath==1.3.0
257257
# via sympy
258-
narwhals==2.0.0
258+
narwhals==2.0.1
259259
# via plotly
260260
nbclassic==1.3.1
261261
# via notebook
@@ -294,7 +294,7 @@ numpy==2.3.2
294294
# pymatgen
295295
# scipy
296296
# spglib
297-
opentelemetry-api==1.35.0
297+
opentelemetry-api==1.36.0
298298
# via ddtrace
299299
orjson==3.11.1
300300
# via
@@ -422,7 +422,7 @@ referencing==0.36.2
422422
# jsonschema
423423
# jsonschema-specifications
424424
# jupyter-events
425-
regex==2024.11.6
425+
regex==2025.7.34
426426
# via dateparser
427427
requests==2.32.4
428428
# via

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ argon2-cffi==25.1.0
1212
# via
1313
# jupyter-server
1414
# notebook
15-
argon2-cffi-bindings==21.2.0
15+
argon2-cffi-bindings==25.1.0
1616
# via argon2-cffi
1717
arrow==1.3.0
1818
# via isoduration
@@ -36,9 +36,9 @@ blinker==1.9.0
3636
# via mpcontribs-api (setup.py)
3737
boltons==25.0.0
3838
# via mpcontribs-api (setup.py)
39-
boto3==1.39.15
39+
boto3==1.40.0
4040
# via flask-mongorest-mpcontribs
41-
botocore==1.39.15
41+
botocore==1.40.0
4242
# via
4343
# boto3
4444
# s3transfer
@@ -130,7 +130,7 @@ fonttools==4.59.0
130130
# via matplotlib
131131
fqdn==1.5.1
132132
# via jsonschema
133-
freezegun==1.5.3
133+
freezegun==1.5.4
134134
# via rq-scheduler
135135
gevent==25.5.1
136136
# via gunicorn
@@ -226,7 +226,7 @@ marshmallow==3.26.1
226226
# mpcontribs-api (setup.py)
227227
marshmallow-mongoengine==0.31.2
228228
# via flask-mongorest-mpcontribs
229-
matplotlib==3.10.3
229+
matplotlib==3.10.5
230230
# via pymatgen
231231
matplotlib-inline==0.1.7
232232
# via
@@ -249,7 +249,7 @@ more-itertools==10.7.0
249249
# via mpcontribs-api (setup.py)
250250
mpmath==1.3.0
251251
# via sympy
252-
narwhals==2.0.0
252+
narwhals==2.0.1
253253
# via plotly
254254
nbclassic==1.3.1
255255
# via notebook
@@ -288,7 +288,7 @@ numpy==2.3.2
288288
# pymatgen
289289
# scipy
290290
# spglib
291-
opentelemetry-api==1.35.0
291+
opentelemetry-api==1.36.0
292292
# via ddtrace
293293
orjson==3.11.1
294294
# via
@@ -406,7 +406,7 @@ referencing==0.36.2
406406
# jsonschema
407407
# jsonschema-specifications
408408
# jupyter-events
409-
regex==2024.11.6
409+
regex==2025.7.34
410410
# via dateparser
411411
requests==2.32.4
412412
# via

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ argon2-cffi==25.1.0
1212
# via
1313
# jupyter-server
1414
# notebook
15-
argon2-cffi-bindings==21.2.0
15+
argon2-cffi-bindings==25.1.0
1616
# via argon2-cffi
1717
arrow==1.3.0
1818
# via isoduration
@@ -36,9 +36,9 @@ blinker==1.9.0
3636
# via mpcontribs-api (setup.py)
3737
boltons==25.0.0
3838
# via mpcontribs-api (setup.py)
39-
boto3==1.39.15
39+
boto3==1.40.0
4040
# via flask-mongorest-mpcontribs
41-
botocore==1.39.15
41+
botocore==1.40.0
4242
# via
4343
# boto3
4444
# s3transfer
@@ -132,7 +132,7 @@ fonttools==4.59.0
132132
# via matplotlib
133133
fqdn==1.5.1
134134
# via jsonschema
135-
freezegun==1.5.3
135+
freezegun==1.5.4
136136
# via rq-scheduler
137137
gevent==25.5.1
138138
# via gunicorn
@@ -230,7 +230,7 @@ marshmallow==3.26.1
230230
# mpcontribs-api (setup.py)
231231
marshmallow-mongoengine==0.31.2
232232
# via flask-mongorest-mpcontribs
233-
matplotlib==3.10.3
233+
matplotlib==3.10.5
234234
# via pymatgen
235235
matplotlib-inline==0.1.7
236236
# via
@@ -255,7 +255,7 @@ more-itertools==10.7.0
255255
# via mpcontribs-api (setup.py)
256256
mpmath==1.3.0
257257
# via sympy
258-
narwhals==2.0.0
258+
narwhals==2.0.1
259259
# via plotly
260260
nbclassic==1.3.1
261261
# via notebook
@@ -294,7 +294,7 @@ numpy==2.3.2
294294
# pymatgen
295295
# scipy
296296
# spglib
297-
opentelemetry-api==1.35.0
297+
opentelemetry-api==1.36.0
298298
# via ddtrace
299299
orjson==3.11.1
300300
# via
@@ -422,7 +422,7 @@ referencing==0.36.2
422422
# jsonschema
423423
# jsonschema-specifications
424424
# jupyter-events
425-
regex==2024.11.6
425+
regex==2025.7.34
426426
# via dateparser
427427
requests==2.32.4
428428
# via

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ kiwisolver==1.4.8
8282
# via matplotlib
8383
lark==1.2.2
8484
# via rfc3987-syntax
85-
matplotlib==3.10.3
85+
matplotlib==3.10.5
8686
# via pymatgen
8787
matplotlib-inline==0.1.7
8888
# via ipython
@@ -96,7 +96,7 @@ msgpack==1.1.1
9696
# via
9797
# bravado
9898
# bravado-core
99-
narwhals==2.0.0
99+
narwhals==2.0.1
100100
# via plotly
101101
networkx==3.5
102102
# via pymatgen

mpcontribs-client/requirements/ubuntu-latest_py3.11_extras.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ kiwisolver==1.4.8
9090
# via matplotlib
9191
lark==1.2.2
9292
# via rfc3987-syntax
93-
matplotlib==3.10.3
93+
matplotlib==3.10.5
9494
# via pymatgen
9595
matplotlib-inline==0.1.7
9696
# via ipython
@@ -106,7 +106,7 @@ msgpack==1.1.1
106106
# via
107107
# bravado
108108
# bravado-core
109-
narwhals==2.0.0
109+
narwhals==2.0.1
110110
# via plotly
111111
networkx==3.5
112112
# via pymatgen

mpcontribs-client/requirements/ubuntu-latest_py3.12.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ kiwisolver==1.4.8
8282
# via matplotlib
8383
lark==1.2.2
8484
# via rfc3987-syntax
85-
matplotlib==3.10.3
85+
matplotlib==3.10.5
8686
# via pymatgen
8787
matplotlib-inline==0.1.7
8888
# via ipython
@@ -96,7 +96,7 @@ msgpack==1.1.1
9696
# via
9797
# bravado
9898
# bravado-core
99-
narwhals==2.0.0
99+
narwhals==2.0.1
100100
# via plotly
101101
networkx==3.5
102102
# via pymatgen

mpcontribs-client/requirements/ubuntu-latest_py3.12_extras.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ kiwisolver==1.4.8
9090
# via matplotlib
9191
lark==1.2.2
9292
# via rfc3987-syntax
93-
matplotlib==3.10.3
93+
matplotlib==3.10.5
9494
# via pymatgen
9595
matplotlib-inline==0.1.7
9696
# via ipython
@@ -106,7 +106,7 @@ msgpack==1.1.1
106106
# via
107107
# bravado
108108
# bravado-core
109-
narwhals==2.0.0
109+
narwhals==2.0.1
110110
# via plotly
111111
networkx==3.5
112112
# via pymatgen

mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyio==4.9.0
88
# via jupyter-server
99
argon2-cffi==25.1.0
1010
# via jupyter-server
11-
argon2-cffi-bindings==21.2.0
11+
argon2-cffi-bindings==25.1.0
1212
# via argon2-cffi
1313
arrow==1.3.0
1414
# via isoduration
@@ -168,7 +168,7 @@ markupsafe==3.0.2
168168
# via
169169
# jinja2
170170
# nbconvert
171-
matplotlib==3.10.3
171+
matplotlib==3.10.5
172172
# via pymatgen
173173
matplotlib-inline==0.1.7
174174
# via
@@ -188,7 +188,7 @@ msgpack==1.1.1
188188
# via
189189
# bravado
190190
# bravado-core
191-
narwhals==2.0.0
191+
narwhals==2.0.1
192192
# via plotly
193193
nbclient==0.10.2
194194
# via nbconvert
@@ -213,7 +213,7 @@ numpy==2.3.2
213213
# pymatgen
214214
# scipy
215215
# spglib
216-
opentelemetry-api==1.35.0
216+
opentelemetry-api==1.36.0
217217
# via ddtrace
218218
orjson==3.11.1
219219
# via

0 commit comments

Comments
 (0)