Skip to content

Commit e34ac79

Browse files
author
github-actions
committed
update dependencies for ubuntu-latest/py3.9
1 parent 451a3c6 commit e34ac79

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

requirements/ubuntu-latest_py3.9.txt

+20-20
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aiosqlite==0.20.0
1212
# via ypy-websocket
1313
annotated-types==0.7.0
1414
# via pydantic
15-
anyio==4.5.0
15+
anyio==4.6.0
1616
# via jupyter-server
1717
argon2-cffi==23.1.0
1818
# via
@@ -39,15 +39,15 @@ bleach==6.1.0
3939
# via nbconvert
4040
blinker==1.8.2
4141
# via flask
42-
boto3==1.35.23
42+
boto3==1.35.24
4343
# via maggma
44-
botocore==1.35.23
44+
botocore==1.35.24
4545
# via
4646
# boto3
4747
# s3transfer
4848
cachelib==0.9.0
4949
# via flask-caching
50-
certifi==2024.7.4
50+
certifi==2024.8.30
5151
# via requests
5252
cffi==1.17.1
5353
# via
@@ -68,13 +68,13 @@ crystaltoolkit-extension==0.6.0
6868
# via crystal_toolkit (pyproject.toml)
6969
cycler==0.12.1
7070
# via matplotlib
71-
dash==2.15.0
71+
dash==2.18.1
7272
# via crystal_toolkit (pyproject.toml)
7373
dash-core-components==2.0.0
7474
# via dash
7575
dash-html-components==2.0.0
7676
# via dash
77-
dash-mp-components==0.4.46
77+
dash-mp-components==0.4.47
7878
# via crystal_toolkit (pyproject.toml)
7979
dash-table==5.0.0
8080
# via dash
@@ -88,7 +88,7 @@ dnspython==2.6.1
8888
# via
8989
# maggma
9090
# pymongo
91-
emmet-core==0.84.2rc10
91+
emmet-core==0.84.2
9292
# via mp-api
9393
entrypoints==0.4
9494
# via jupyter-client
@@ -112,7 +112,7 @@ fqdn==1.5.1
112112
# via jsonschema
113113
frozendict==2.4.4
114114
# via crystal_toolkit (pyproject.toml)
115-
idna==3.7
115+
idna==3.10
116116
# via
117117
# anyio
118118
# jsonschema
@@ -198,7 +198,7 @@ jupyter-events==0.10.0
198198
# via
199199
# jupyter-server
200200
# jupyter-server-fileid
201-
jupyter-server==2.11.2
201+
jupyter-server==2.14.2
202202
# via
203203
# jupyter-server-fileid
204204
# jupyterlab
@@ -321,7 +321,7 @@ packaging==24.1
321321
# scikit-image
322322
palettable==3.3.3
323323
# via pymatgen
324-
pandas==2.2.2
324+
pandas==2.2.3
325325
# via
326326
# maggma
327327
# pymatgen
@@ -333,7 +333,7 @@ parso==0.8.4
333333
# via jedi
334334
pexpect==4.9.0
335335
# via ipython
336-
pillow==10.3.0
336+
pillow==10.4.0
337337
# via
338338
# imageio
339339
# matplotlib
@@ -344,7 +344,7 @@ plotly==5.24.1
344344
# via
345345
# dash
346346
# pymatgen
347-
prometheus-client==0.20.0
347+
prometheus-client==0.21.0
348348
# via
349349
# jupyter-server
350350
# notebook
@@ -382,12 +382,12 @@ pygments==2.18.0
382382
# via
383383
# ipython
384384
# nbconvert
385-
pymatgen==2024.2.20
385+
pymatgen==2024.8.9
386386
# via
387387
# crystal_toolkit (pyproject.toml)
388388
# emmet-core
389389
# mp-api
390-
pymongo==4.6.3
390+
pymongo==4.9.1
391391
# via maggma
392392
pynacl==1.5.0
393393
# via paramiko
@@ -425,7 +425,7 @@ referencing==0.35.1
425425
# jsonschema
426426
# jsonschema-specifications
427427
# jupyter-events
428-
requests==2.32.2
428+
requests==2.32.3
429429
# via
430430
# dash
431431
# jupyterlab-server
@@ -455,7 +455,7 @@ s3transfer==0.10.2
455455
# via boto3
456456
scikit-image==0.24.0
457457
# via crystal_toolkit (pyproject.toml)
458-
scikit-learn==1.5.0
458+
scikit-learn==1.5.2
459459
# via crystal_toolkit (pyproject.toml)
460460
scipy==1.13.1
461461
# via
@@ -517,7 +517,7 @@ tornado==6.4.1
517517
# jupyterlab
518518
# notebook
519519
# terminado
520-
tqdm==4.66.3
520+
tqdm==4.66.5
521521
# via
522522
# maggma
523523
# pymatgen
@@ -556,7 +556,7 @@ uncertainties==3.2.2
556556
# via pymatgen
557557
uri-template==1.3.0
558558
# via jsonschema
559-
urllib3==2.2.3
559+
urllib3==1.26.20
560560
# via
561561
# botocore
562562
# requests
@@ -572,7 +572,7 @@ webencodings==0.5.1
572572
# tinycss2
573573
websocket-client==1.8.0
574574
# via jupyter-server
575-
werkzeug==3.0.3
575+
werkzeug==3.0.4
576576
# via
577577
# dash
578578
# flask
@@ -584,7 +584,7 @@ y-py==0.6.2
584584
# ypy-websocket
585585
ypy-websocket==0.8.4
586586
# via jupyter-server-ydoc
587-
zipp==3.19.1
587+
zipp==3.20.2
588588
# via
589589
# importlib-metadata
590590
# importlib-resources

requirements/ubuntu-latest_py3.9_extras.txt

+21-21
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiofiles==22.1.0
88
# via ypy-websocket
99
aiohappyeyeballs==2.4.0
1010
# via aiohttp
11-
aiohttp==3.10.2
11+
aiohttp==3.10.5
1212
# via dephell
1313
aioitertools==0.12.0
1414
# via maggma
@@ -20,7 +20,7 @@ alabaster==0.7.16
2020
# via sphinx
2121
annotated-types==0.7.0
2222
# via pydantic
23-
anyio==4.5.0
23+
anyio==4.6.0
2424
# via jupyter-server
2525
argon2-cffi==23.1.0
2626
# via
@@ -69,25 +69,25 @@ beautifulsoup4==4.12.3
6969
# dash
7070
# gdown
7171
# nbconvert
72-
black==24.3.0
72+
black==24.8.0
7373
# via crystal_toolkit (pyproject.toml)
7474
bleach==6.1.0
7575
# via nbconvert
7676
blinker==1.8.2
7777
# via flask
78-
boltztrap2==24.7.2
78+
boltztrap2==24.9.1
7979
# via ifermi
80-
boto3==1.35.23
80+
boto3==1.35.24
8181
# via maggma
82-
botocore==1.35.23
82+
botocore==1.35.24
8383
# via
8484
# boto3
8585
# s3transfer
8686
cachelib==0.9.0
8787
# via flask-caching
8888
cerberus==1.3.5
8989
# via dephell
90-
certifi==2024.7.4
90+
certifi==2024.8.30
9191
# via
9292
# dephell
9393
# netcdf4
@@ -148,7 +148,7 @@ dash-extensions==1.0.18
148148
# via crystal_toolkit (pyproject.toml)
149149
dash-html-components==2.0.0
150150
# via dash
151-
dash-mp-components==0.4.46
151+
dash-mp-components==0.4.47
152152
# via crystal_toolkit (pyproject.toml)
153153
dash-table==5.0.0
154154
# via dash
@@ -225,7 +225,7 @@ editorconfig==0.12.4
225225
# via jsbeautifier
226226
emdfile==0.0.15
227227
# via py4dstem
228-
emmet-core==0.84.2rc10
228+
emmet-core==0.84.2
229229
# via mp-api
230230
entrypoints==0.4
231231
# via
@@ -294,7 +294,7 @@ hiphive==1.3.1
294294
# via crystal_toolkit (pyproject.toml)
295295
identify==2.6.1
296296
# via pre-commit
297-
idna==3.7
297+
idna==3.10
298298
# via
299299
# anyio
300300
# jsonschema
@@ -401,7 +401,7 @@ jupyter-events==0.10.0
401401
# via
402402
# jupyter-server
403403
# jupyter-server-fileid
404-
jupyter-server==2.11.2
404+
jupyter-server==2.14.2
405405
# via
406406
# jupyter-server-fileid
407407
# jupyterlab
@@ -624,7 +624,7 @@ packaging==24.1
624624
# sphinx
625625
palettable==3.3.3
626626
# via pymatgen
627-
pandas==2.2.2
627+
pandas==2.2.3
628628
# via
629629
# hiphive
630630
# maggma
@@ -648,7 +648,7 @@ pexpect==4.9.0
648648
# ipython
649649
phonopy==2.28.0
650650
# via crystal_toolkit (pyproject.toml)
651-
pillow==10.3.0
651+
pillow==10.4.0
652652
# via
653653
# imageio
654654
# matplotlib
@@ -671,7 +671,7 @@ pluggy==1.5.0
671671
# via pytest
672672
pre-commit==3.8.0
673673
# via crystal_toolkit (pyproject.toml)
674-
prometheus-client==0.20.0
674+
prometheus-client==0.21.0
675675
# via
676676
# jupyter-server
677677
# notebook
@@ -731,15 +731,15 @@ pygments==2.18.0
731731
# sphinx
732732
pylops==2.3.1
733733
# via py4dstem
734-
pymatgen==2024.2.20
734+
pymatgen==2024.8.9
735735
# via
736736
# crystal_toolkit (pyproject.toml)
737737
# emmet-core
738738
# ifermi
739739
# matminer
740740
# mp-api
741741
# robocrys
742-
pymongo==4.6.3
742+
pymongo==4.9.1
743743
# via
744744
# maggma
745745
# matminer
@@ -860,7 +860,7 @@ scikit-image==0.24.0
860860
# crystal_toolkit (pyproject.toml)
861861
# ifermi
862862
# py4dstem
863-
scikit-learn==1.5.0
863+
scikit-learn==1.5.2
864864
# via
865865
# crystal_toolkit (pyproject.toml)
866866
# dscribe
@@ -1012,7 +1012,7 @@ tornado==6.4.1
10121012
# jupyterlab
10131013
# notebook
10141014
# terminado
1015-
tqdm==4.66.3
1015+
tqdm==4.66.5
10161016
# via
10171017
# emdfile
10181018
# gdown
@@ -1101,7 +1101,7 @@ webencodings==0.5.1
11011101
# tinycss2
11021102
websocket-client==1.8.0
11031103
# via jupyter-server
1104-
werkzeug==3.0.3
1104+
werkzeug==3.0.4
11051105
# via
11061106
# dash
11071107
# flask
@@ -1115,13 +1115,13 @@ y-py==0.6.2
11151115
# ypy-websocket
11161116
yarl==1.11.1
11171117
# via aiohttp
1118-
yaspin==3.0.2
1118+
yaspin==3.1.0
11191119
# via dephell
11201120
ypy-websocket==0.8.4
11211121
# via jupyter-server-ydoc
11221122
zict==3.0.0
11231123
# via distributed
1124-
zipp==3.19.1
1124+
zipp==3.20.2
11251125
# via
11261126
# importlib-metadata
11271127
# importlib-resources

0 commit comments

Comments
 (0)