Skip to content

Commit bf6545a

Browse files
author
github-actions
committed
upgrade dependencies for deployment
1 parent 4e6a2f1 commit bf6545a

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

mpcontribs-api/requirements/deployment.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ attrs==25.4.0
2626
# via
2727
# jsonschema
2828
# referencing
29-
backports-zstd==1.1.0
29+
backports-zstd==1.2.0
3030
# via flask-compress
3131
beautifulsoup4==4.14.3
3232
# via nbconvert
@@ -276,7 +276,7 @@ nest-asyncio==1.6.0
276276
# jupyter-client
277277
# nbclassic
278278
# notebook
279-
networkx==3.6
279+
networkx==3.6.1
280280
# via pymatgen
281281
notebook==6.5.7
282282
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
@@ -295,7 +295,7 @@ numpy==1.26.4
295295
# spglib
296296
opentelemetry-api==1.39.0
297297
# via ddtrace
298-
orjson==3.11.4
298+
orjson==3.11.5
299299
# via
300300
# flask-mongorest-mpcontribs
301301
# pymatgen
@@ -528,7 +528,7 @@ uncertainties==3.2.3
528528
# pymatgen
529529
uri-template==1.3.0
530530
# via jsonschema
531-
urllib3==2.6.0
531+
urllib3==2.6.1
532532
# via
533533
# botocore
534534
# requests

mpcontribs-client/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ msgpack==1.1.2
100100
# bravado-core
101101
narwhals==2.13.0
102102
# via plotly
103-
networkx==3.6
103+
networkx==3.6.1
104104
# via pymatgen
105105
numpy==1.26.4
106106
# via
@@ -113,7 +113,7 @@ numpy==1.26.4
113113
# pymatgen
114114
# scipy
115115
# spglib
116-
orjson==3.11.4
116+
orjson==3.11.5
117117
# via pymatgen
118118
packaging==25.0
119119
# via
@@ -261,7 +261,7 @@ uncertainties==3.2.3
261261
# via pymatgen
262262
uri-template==1.3.0
263263
# via jsonschema
264-
urllib3==2.6.0
264+
urllib3==2.6.1
265265
# via requests
266266
wcwidth==0.2.14
267267
# via prompt-toolkit

mpcontribs-kernel-gateway/requirements/deployment.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ nbformat==5.10.4
205205
# nbconvert
206206
nest-asyncio==1.6.0
207207
# via ipykernel
208-
networkx==3.6
208+
networkx==3.6.1
209209
# via pymatgen
210210
numpy==1.26.4
211211
# via
@@ -220,7 +220,7 @@ numpy==1.26.4
220220
# spglib
221221
opentelemetry-api==1.39.0
222222
# via ddtrace
223-
orjson==3.11.4
223+
orjson==3.11.5
224224
# via
225225
# kaleido
226226
# pymatgen
@@ -295,7 +295,7 @@ pyparsing==3.2.5
295295
# via
296296
# bibtexparser
297297
# matplotlib
298-
pytest==9.0.1
298+
pytest==9.0.2
299299
# via pytest-timeout
300300
pytest-timeout==2.4.0
301301
# via kaleido
@@ -446,7 +446,7 @@ uncertainties==3.2.3
446446
# via pymatgen
447447
uri-template==1.3.0
448448
# via jsonschema
449-
urllib3==2.6.0
449+
urllib3==2.6.1
450450
# via requests
451451
wcwidth==0.2.14
452452
# via prompt-toolkit

mpcontribs-portal/requirements/deployment.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ nbformat==5.10.4
202202
# nbconvert
203203
nest-asyncio==1.6.0
204204
# via ipykernel
205-
networkx==3.6
205+
networkx==3.6.1
206206
# via pymatgen
207207
numpy==1.26.4
208208
# via
@@ -217,7 +217,7 @@ numpy==1.26.4
217217
# spglib
218218
opentelemetry-api==1.39.0
219219
# via ddtrace
220-
orjson==3.11.4
220+
orjson==3.11.5
221221
# via pymatgen
222222
packaging==25.0
223223
# via
@@ -407,7 +407,7 @@ uncertainties==3.2.3
407407
# via pymatgen
408408
uri-template==1.3.0
409409
# via jsonschema
410-
urllib3==2.6.0
410+
urllib3==2.6.1
411411
# via
412412
# botocore
413413
# requests

0 commit comments

Comments
 (0)