Skip to content

Commit ff45cb0

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 5351f46 commit ff45cb0

File tree

4 files changed

+24
-22
lines changed

4 files changed

+24
-22
lines changed

mpcontribs-api/requirements/deployment.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ attrs==25.1.0
2626
# via
2727
# jsonschema
2828
# referencing
29-
beautifulsoup4==4.13.1
29+
beautifulsoup4==4.13.3
3030
# via nbconvert
3131
bleach[css]==6.2.0
3232
# via nbconvert
3333
blinker==1.9.0
3434
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
3535
boltons==25.0.0
3636
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
37-
boto3==1.36.11
37+
boto3==1.36.16
3838
# via flask-mongorest-mpcontribs
39-
botocore==1.36.11
39+
botocore==1.36.16
4040
# via
4141
# boto3
4242
# s3transfer
@@ -70,7 +70,7 @@ css-html-js-minify==2.5.5
7070
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
7171
cycler==0.12.1
7272
# via matplotlib
73-
dateparser==1.2.0
73+
dateparser==1.2.1
7474
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
7575
ddtrace==2.20.0
7676
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
@@ -126,7 +126,7 @@ flexcache==0.3
126126
# via pint
127127
flexparser==0.4
128128
# via pint
129-
fonttools==4.55.8
129+
fonttools==4.56.0
130130
# via matplotlib
131131
fqdn==1.5.1
132132
# via jsonschema
@@ -200,7 +200,7 @@ jupyter-core==5.7.2
200200
# nbconvert
201201
# nbformat
202202
# notebook
203-
jupyter-events==0.11.0
203+
jupyter-events==0.12.0
204204
# via jupyter-server
205205
jupyter-server==2.15.0
206206
# via notebook-shim
@@ -248,7 +248,7 @@ more-itertools==10.6.0
248248
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
249249
mpmath==1.3.0
250250
# via sympy
251-
narwhals==1.25.0
251+
narwhals==1.26.0
252252
# via plotly
253253
nbclassic==1.2.0
254254
# via notebook
@@ -288,7 +288,7 @@ numpy==1.26.4
288288
# pymatgen
289289
# scipy
290290
# spglib
291-
opentelemetry-api==1.29.0
291+
opentelemetry-api==1.30.0
292292
# via ddtrace
293293
orjson==3.10.15
294294
# via flask-mongorest-mpcontribs
@@ -298,6 +298,7 @@ packaging==24.2
298298
# via
299299
# gunicorn
300300
# ipykernel
301+
# jupyter-events
301302
# jupyter-server
302303
# marshmallow
303304
# matplotlib

mpcontribs-client/requirements/deployment.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ flexcache==0.3
4444
# via pint
4545
flexparser==0.4
4646
# via pint
47-
fonttools==4.55.8
47+
fonttools==4.56.0
4848
# via matplotlib
4949
fqdn==1.5.1
5050
# via jsonschema
@@ -94,7 +94,7 @@ msgpack==1.1.0
9494
# via
9595
# bravado
9696
# bravado-core
97-
narwhals==1.25.0
97+
narwhals==1.26.0
9898
# via plotly
9999
networkx==3.4.2
100100
# via pymatgen

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ attrs==25.1.0
1818
# via
1919
# jsonschema
2020
# referencing
21-
beautifulsoup4==4.13.1
21+
beautifulsoup4==4.13.3
2222
# via nbconvert
2323
bleach[css]==6.2.0
2424
# via nbconvert
@@ -76,7 +76,7 @@ flexcache==0.3
7676
# via pint
7777
flexparser==0.4
7878
# via pint
79-
fonttools==4.55.8
79+
fonttools==4.56.0
8080
# via matplotlib
8181
fqdn==1.5.1
8282
# via jsonschema
@@ -138,7 +138,7 @@ jupyter-core==5.7.2
138138
# nbclient
139139
# nbconvert
140140
# nbformat
141-
jupyter-events==0.11.0
141+
jupyter-events==0.12.0
142142
# via jupyter-server
143143
jupyter-kernel-gateway==3.0.1
144144
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
@@ -182,7 +182,7 @@ msgpack==1.1.0
182182
# via
183183
# bravado
184184
# bravado-core
185-
narwhals==1.25.0
185+
narwhals==1.26.0
186186
# via plotly
187187
nbclient==0.10.2
188188
# via nbconvert
@@ -208,13 +208,14 @@ numpy==1.26.4
208208
# pymatgen
209209
# scipy
210210
# spglib
211-
opentelemetry-api==1.29.0
211+
opentelemetry-api==1.30.0
212212
# via ddtrace
213213
overrides==7.7.0
214214
# via jupyter-server
215215
packaging==24.2
216216
# via
217217
# ipykernel
218+
# jupyter-events
218219
# jupyter-server
219220
# matplotlib
220221
# nbconvert

mpcontribs-portal/requirements/deployment.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ attrs==25.1.0
1414
# via
1515
# jsonschema
1616
# referencing
17-
beautifulsoup4==4.13.1
17+
beautifulsoup4==4.13.3
1818
# via nbconvert
1919
bleach[css]==6.2.0
2020
# via nbconvert
2121
boltons==25.0.0
2222
# via
2323
# mpcontribs-client
2424
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
25-
boto3==1.36.11
25+
boto3==1.36.16
2626
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
27-
botocore==1.36.11
27+
botocore==1.36.16
2828
# via
2929
# boto3
3030
# s3transfer
@@ -87,7 +87,7 @@ flexcache==0.3
8787
# via pint
8888
flexparser==0.4
8989
# via pint
90-
fonttools==4.55.8
90+
fonttools==4.56.0
9191
# via matplotlib
9292
fqdn==1.5.1
9393
# via jsonschema
@@ -187,7 +187,7 @@ msgpack==1.1.0
187187
# via
188188
# bravado
189189
# bravado-core
190-
narwhals==1.25.0
190+
narwhals==1.26.0
191191
# via plotly
192192
nbclient==0.10.2
193193
# via nbconvert
@@ -213,7 +213,7 @@ numpy==1.26.4
213213
# pymatgen
214214
# scipy
215215
# spglib
216-
opentelemetry-api==1.29.0
216+
opentelemetry-api==1.30.0
217217
# via ddtrace
218218
packaging==24.2
219219
# via
@@ -416,7 +416,7 @@ webencodings==0.5.1
416416
# via
417417
# bleach
418418
# tinycss2
419-
whitenoise==6.8.2
419+
whitenoise==6.9.0
420420
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
421421
wrapt==1.17.2
422422
# via

0 commit comments

Comments
 (0)