Skip to content

Commit f0e2ca6

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent b388445 commit f0e2ca6

4 files changed

Lines changed: 21 additions & 21 deletions

File tree

mpcontribs-api/requirements/deployment.txt

Lines changed: 6 additions & 6 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.47
39+
boto3==1.40.48
4040
# via flask-mongorest-mpcontribs
41-
botocore==1.40.47
41+
botocore==1.40.48
4242
# via
4343
# boto3
4444
# s3transfer
@@ -325,7 +325,7 @@ pillow==11.3.0
325325
# via matplotlib
326326
pint==0.25
327327
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
328-
platformdirs==4.4.0
328+
platformdirs==4.5.0
329329
# via
330330
# jupyter-core
331331
# pint
@@ -358,7 +358,7 @@ pygments==2.19.2
358358
# nbconvert
359359
pymatgen==2025.10.7
360360
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
361-
pymongo==4.15.2
361+
pymongo==4.15.3
362362
# via
363363
# flask-mongorest-mpcontribs
364364
# mongoengine
@@ -508,7 +508,7 @@ traitlets==5.14.3
508508
# nbconvert
509509
# nbformat
510510
# notebook
511-
types-python-dateutil==2.9.0.20250822
511+
types-python-dateutil==2.9.0.20251008
512512
# via arrow
513513
typing-extensions==4.15.0
514514
# via
@@ -545,7 +545,7 @@ webencodings==0.5.1
545545
# via
546546
# bleach
547547
# tinycss2
548-
websocket-client==1.8.0
548+
websocket-client==1.9.0
549549
# via
550550
# jupyter-server
551551
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)

mpcontribs-client/requirements/deployment.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ monty==2025.3.3
9494
# via pymatgen
9595
mpmath==1.3.0
9696
# via sympy
97-
msgpack==1.1.1
97+
msgpack==1.1.2
9898
# via
9999
# bravado
100100
# bravado-core
@@ -134,7 +134,7 @@ pillow==11.3.0
134134
# via matplotlib
135135
pint==0.25
136136
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
137-
platformdirs==4.4.0
137+
platformdirs==4.5.0
138138
# via pint
139139
plotly==6.3.1
140140
# via
@@ -154,7 +154,7 @@ pyisemail==2.0.1
154154
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
155155
pymatgen==2025.10.7
156156
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
157-
pymongo==4.15.2
157+
pymongo==4.15.3
158158
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
159159
pyparsing==3.2.5
160160
# via
@@ -241,7 +241,7 @@ traitlets==5.14.3
241241
# via
242242
# ipython
243243
# matplotlib-inline
244-
types-python-dateutil==2.9.0.20250822
244+
types-python-dateutil==2.9.0.20251008
245245
# via arrow
246246
typing-extensions==4.15.0
247247
# via

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ mpcontribs-client==5.10.4
188188
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
189189
mpmath==1.3.0
190190
# via sympy
191-
msgpack==1.1.1
191+
msgpack==1.1.2
192192
# via
193193
# bravado
194194
# bravado-core
@@ -253,7 +253,7 @@ pillow==11.3.0
253253
# via matplotlib
254254
pint==0.25
255255
# via mpcontribs-client
256-
platformdirs==4.4.0
256+
platformdirs==4.5.0
257257
# via
258258
# jupyter-core
259259
# pint
@@ -291,7 +291,7 @@ pyisemail==2.0.1
291291
# via mpcontribs-client
292292
pymatgen==2025.10.7
293293
# via mpcontribs-client
294-
pymongo==4.15.2
294+
pymongo==4.15.3
295295
# via mpcontribs-client
296296
pyparsing==3.2.5
297297
# via
@@ -427,7 +427,7 @@ traitlets==5.14.3
427427
# nbclient
428428
# nbconvert
429429
# nbformat
430-
types-python-dateutil==2.9.0.20250822
430+
types-python-dateutil==2.9.0.20251008
431431
# via arrow
432432
typing-extensions==4.15.0
433433
# via
@@ -460,7 +460,7 @@ webencodings==0.5.1
460460
# via
461461
# bleach
462462
# tinycss2
463-
websocket-client==1.8.0
463+
websocket-client==1.9.0
464464
# via jupyter-server
465465
widgetsnbextension==4.0.14
466466
# via ipywidgets

mpcontribs-portal/requirements/deployment.txt

Lines changed: 6 additions & 6 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.47
27+
boto3==1.40.48
2828
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
29-
botocore==1.40.47
29+
botocore==1.40.48
3030
# via
3131
# boto3
3232
# s3transfer
@@ -185,7 +185,7 @@ mpcontribs-client==5.10.4
185185
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
186186
mpmath==1.3.0
187187
# via sympy
188-
msgpack==1.1.1
188+
msgpack==1.1.2
189189
# via
190190
# bravado
191191
# bravado-core
@@ -243,7 +243,7 @@ pillow==11.3.0
243243
# via matplotlib
244244
pint==0.25
245245
# via mpcontribs-client
246-
platformdirs==4.4.0
246+
platformdirs==4.5.0
247247
# via
248248
# jupyter-core
249249
# pint
@@ -270,7 +270,7 @@ pyisemail==2.0.1
270270
# via mpcontribs-client
271271
pymatgen==2025.10.7
272272
# via mpcontribs-client
273-
pymongo==4.15.2
273+
pymongo==4.15.3
274274
# via mpcontribs-client
275275
pyparsing==3.2.5
276276
# via
@@ -387,7 +387,7 @@ traitlets==5.14.3
387387
# nbclient
388388
# nbconvert
389389
# nbformat
390-
types-python-dateutil==2.9.0.20250822
390+
types-python-dateutil==2.9.0.20251008
391391
# via arrow
392392
typing-extensions==4.15.0
393393
# via

0 commit comments

Comments
 (0)