Skip to content

Commit 852d682

Browse files
tschaumegithub-actions
andauthored
Automated dependency upgrades (materialsproject#407)
* update dependencies for ubuntu-latest/py3.10 * update dependencies for ubuntu-latest/py3.11 * update dependencies for ubuntu-latest/py3.9 --------- Co-authored-by: github-actions <[email protected]>
1 parent 3bb1d5b commit 852d682

6 files changed

+53
-36
lines changed

requirements/ubuntu-latest_py3.10.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ bleach==6.1.0
3939
# via nbconvert
4040
blinker==1.8.2
4141
# via flask
42-
boto3==1.35.10
42+
boto3==1.35.11
4343
# via maggma
44-
botocore==1.35.10
44+
botocore==1.35.11
4545
# via
4646
# boto3
4747
# s3transfer
@@ -62,13 +62,13 @@ comm==0.2.2
6262
# via ipykernel
6363
contourpy==1.3.0
6464
# via matplotlib
65-
cryptography==43.0.0
65+
cryptography==43.0.1
6666
# via paramiko
6767
crystaltoolkit-extension==0.6.0
6868
# via crystal_toolkit (pyproject.toml)
6969
cycler==0.12.1
7070
# via matplotlib
71-
dash==2.17.1
71+
dash==2.18.0
7272
# via crystal_toolkit (pyproject.toml)
7373
dash-core-components==2.0.0
7474
# via dash
@@ -211,7 +211,7 @@ jupyterlab-pygments==0.3.0
211211
# via nbconvert
212212
jupyterlab-server==2.27.3
213213
# via jupyterlab
214-
kiwisolver==1.4.6
214+
kiwisolver==1.4.7
215215
# via matplotlib
216216
latexcodec==3.0.0
217217
# via pybtex

requirements/ubuntu-latest_py3.10_extras.txt

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ blinker==1.8.2
7777
# via flask
7878
boltztrap2==24.7.2
7979
# via ifermi
80-
boto3==1.35.10
80+
boto3==1.35.11
8181
# via maggma
82-
botocore==1.35.10
82+
botocore==1.35.11
8383
# via
8484
# boto3
8585
# s3transfer
@@ -123,7 +123,9 @@ commonmark==0.9.1
123123
# via recommonmark
124124
contourpy==1.3.0
125125
# via matplotlib
126-
cryptography==43.0.0
126+
coverage[toml]==7.6.1
127+
# via pytest-cov
128+
cryptography==43.0.1
127129
# via
128130
# dash
129131
# paramiko
@@ -135,7 +137,7 @@ cycler==0.12.1
135137
# via matplotlib
136138
cython==3.0.11
137139
# via boltztrap2
138-
dash[testing]==2.17.1
140+
dash[testing]==2.18.0
139141
# via
140142
# crystal_toolkit (pyproject.toml)
141143
# dash-extensions
@@ -262,7 +264,7 @@ frozenlist==1.4.1
262264
# via
263265
# aiohttp
264266
# aiosignal
265-
fsspec==2024.6.1
267+
fsspec==2024.9.0
266268
# via dask
267269
gdown==5.2.0
268270
# via py4dstem
@@ -413,7 +415,7 @@ jupyterlab-server==2.27.3
413415
# via jupyterlab
414416
kaleido==0.2.1
415417
# via crystal_toolkit (pyproject.toml)
416-
kiwisolver==1.4.6
418+
kiwisolver==1.4.7
417419
# via matplotlib
418420
latexcodec==3.0.0
419421
# via pybtex
@@ -742,9 +744,12 @@ pytest==8.3.2
742744
# crystal_toolkit (pyproject.toml)
743745
# dash
744746
# pytest-base-url
747+
# pytest-cov
745748
# pytest-playwright
746749
pytest-base-url==2.1.0
747750
# via pytest-playwright
751+
pytest-cov==5.0.0
752+
# via crystal_toolkit (pyproject.toml)
748753
pytest-playwright==0.5.1
749754
# via crystal_toolkit (pyproject.toml)
750755
python-dateutil==2.9.0.post0
@@ -969,6 +974,7 @@ tinycss2==1.3.0
969974
tomli==2.0.1
970975
# via
971976
# black
977+
# coverage
972978
# jupyterlab
973979
# pytest
974980
# sphinx
@@ -1085,7 +1091,7 @@ y-py==0.6.2
10851091
# via
10861092
# jupyter-ydoc
10871093
# ypy-websocket
1088-
yarl==1.9.7
1094+
yarl==1.9.8
10891095
# via aiohttp
10901096
yaspin==3.0.2
10911097
# via dephell

requirements/ubuntu-latest_py3.11.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ bleach==6.1.0
3939
# via nbconvert
4040
blinker==1.8.2
4141
# via flask
42-
boto3==1.35.10
42+
boto3==1.35.11
4343
# via maggma
44-
botocore==1.35.10
44+
botocore==1.35.11
4545
# via
4646
# boto3
4747
# s3transfer
@@ -62,13 +62,13 @@ comm==0.2.2
6262
# via ipykernel
6363
contourpy==1.3.0
6464
# via matplotlib
65-
cryptography==43.0.0
65+
cryptography==43.0.1
6666
# via paramiko
6767
crystaltoolkit-extension==0.6.0
6868
# via crystal_toolkit (pyproject.toml)
6969
cycler==0.12.1
7070
# via matplotlib
71-
dash==2.17.1
71+
dash==2.18.0
7272
# via crystal_toolkit (pyproject.toml)
7373
dash-core-components==2.0.0
7474
# via dash
@@ -207,7 +207,7 @@ jupyterlab-pygments==0.3.0
207207
# via nbconvert
208208
jupyterlab-server==2.27.3
209209
# via jupyterlab
210-
kiwisolver==1.4.6
210+
kiwisolver==1.4.7
211211
# via matplotlib
212212
latexcodec==3.0.0
213213
# via pybtex

requirements/ubuntu-latest_py3.11_extras.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ blinker==1.8.2
7373
# via flask
7474
boltztrap2==24.7.2
7575
# via ifermi
76-
boto3==1.35.10
76+
boto3==1.35.11
7777
# via maggma
78-
botocore==1.35.10
78+
botocore==1.35.11
7979
# via
8080
# boto3
8181
# s3transfer
@@ -119,7 +119,9 @@ commonmark==0.9.1
119119
# via recommonmark
120120
contourpy==1.3.0
121121
# via matplotlib
122-
cryptography==43.0.0
122+
coverage[toml]==7.6.1
123+
# via pytest-cov
124+
cryptography==43.0.1
123125
# via
124126
# dash
125127
# paramiko
@@ -131,7 +133,7 @@ cycler==0.12.1
131133
# via matplotlib
132134
cython==3.0.11
133135
# via boltztrap2
134-
dash[testing]==2.17.1
136+
dash[testing]==2.18.0
135137
# via
136138
# crystal_toolkit (pyproject.toml)
137139
# dash-extensions
@@ -251,7 +253,7 @@ frozenlist==1.4.1
251253
# via
252254
# aiohttp
253255
# aiosignal
254-
fsspec==2024.6.1
256+
fsspec==2024.9.0
255257
# via dask
256258
gdown==5.2.0
257259
# via py4dstem
@@ -402,7 +404,7 @@ jupyterlab-server==2.27.3
402404
# via jupyterlab
403405
kaleido==0.2.1
404406
# via crystal_toolkit (pyproject.toml)
405-
kiwisolver==1.4.6
407+
kiwisolver==1.4.7
406408
# via matplotlib
407409
latexcodec==3.0.0
408410
# via pybtex
@@ -731,9 +733,12 @@ pytest==8.3.2
731733
# crystal_toolkit (pyproject.toml)
732734
# dash
733735
# pytest-base-url
736+
# pytest-cov
734737
# pytest-playwright
735738
pytest-base-url==2.1.0
736739
# via pytest-playwright
740+
pytest-cov==5.0.0
741+
# via crystal_toolkit (pyproject.toml)
737742
pytest-playwright==0.5.1
738743
# via crystal_toolkit (pyproject.toml)
739744
python-dateutil==2.9.0.post0
@@ -1066,7 +1071,7 @@ y-py==0.6.2
10661071
# via
10671072
# jupyter-ydoc
10681073
# ypy-websocket
1069-
yarl==1.9.7
1074+
yarl==1.9.8
10701075
# via aiohttp
10711076
yaspin==3.0.2
10721077
# via dephell

requirements/ubuntu-latest_py3.9.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ bleach==6.1.0
3939
# via nbconvert
4040
blinker==1.8.2
4141
# via flask
42-
boto3==1.35.10
42+
boto3==1.35.11
4343
# via maggma
44-
botocore==1.35.10
44+
botocore==1.35.11
4545
# via
4646
# boto3
4747
# s3transfer
@@ -62,13 +62,13 @@ comm==0.2.2
6262
# via ipykernel
6363
contourpy==1.3.0
6464
# via matplotlib
65-
cryptography==43.0.0
65+
cryptography==43.0.1
6666
# via paramiko
6767
crystaltoolkit-extension==0.6.0
6868
# via crystal_toolkit (pyproject.toml)
6969
cycler==0.12.1
7070
# via matplotlib
71-
dash==2.17.1
71+
dash==2.18.0
7272
# via crystal_toolkit (pyproject.toml)
7373
dash-core-components==2.0.0
7474
# via dash
@@ -220,7 +220,7 @@ jupyterlab-pygments==0.3.0
220220
# via nbconvert
221221
jupyterlab-server==2.27.3
222222
# via jupyterlab
223-
kiwisolver==1.4.6
223+
kiwisolver==1.4.7
224224
# via matplotlib
225225
latexcodec==3.0.0
226226
# via pybtex

requirements/ubuntu-latest_py3.9_extras.txt

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ blinker==1.8.2
7777
# via flask
7878
boltztrap2==24.7.2
7979
# via ifermi
80-
boto3==1.35.10
80+
boto3==1.35.11
8181
# via maggma
82-
botocore==1.35.10
82+
botocore==1.35.11
8383
# via
8484
# boto3
8585
# s3transfer
@@ -123,7 +123,9 @@ commonmark==0.9.1
123123
# via recommonmark
124124
contourpy==1.3.0
125125
# via matplotlib
126-
cryptography==43.0.0
126+
coverage[toml]==7.6.1
127+
# via pytest-cov
128+
cryptography==43.0.1
127129
# via
128130
# dash
129131
# paramiko
@@ -135,7 +137,7 @@ cycler==0.12.1
135137
# via matplotlib
136138
cython==3.0.11
137139
# via boltztrap2
138-
dash[testing]==2.17.1
140+
dash[testing]==2.18.0
139141
# via
140142
# crystal_toolkit (pyproject.toml)
141143
# dash-extensions
@@ -262,7 +264,7 @@ frozenlist==1.4.1
262264
# via
263265
# aiohttp
264266
# aiosignal
265-
fsspec==2024.6.1
267+
fsspec==2024.9.0
266268
# via dask
267269
gdown==5.2.0
268270
# via py4dstem
@@ -422,7 +424,7 @@ jupyterlab-server==2.27.3
422424
# via jupyterlab
423425
kaleido==0.2.1
424426
# via crystal_toolkit (pyproject.toml)
425-
kiwisolver==1.4.6
427+
kiwisolver==1.4.7
426428
# via matplotlib
427429
latexcodec==3.0.0
428430
# via pybtex
@@ -751,9 +753,12 @@ pytest==8.3.2
751753
# crystal_toolkit (pyproject.toml)
752754
# dash
753755
# pytest-base-url
756+
# pytest-cov
754757
# pytest-playwright
755758
pytest-base-url==2.1.0
756759
# via pytest-playwright
760+
pytest-cov==5.0.0
761+
# via crystal_toolkit (pyproject.toml)
757762
pytest-playwright==0.5.1
758763
# via crystal_toolkit (pyproject.toml)
759764
python-dateutil==2.9.0.post0
@@ -978,6 +983,7 @@ tinycss2==1.3.0
978983
tomli==2.0.1
979984
# via
980985
# black
986+
# coverage
981987
# jupyterlab
982988
# pytest
983989
# sphinx
@@ -1097,7 +1103,7 @@ y-py==0.6.2
10971103
# via
10981104
# jupyter-ydoc
10991105
# ypy-websocket
1100-
yarl==1.9.7
1106+
yarl==1.9.8
11011107
# via aiohttp
11021108
yaspin==3.0.2
11031109
# via dephell

0 commit comments

Comments
 (0)