Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated dependency upgrades #407

Merged
merged 3 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ bleach==6.1.0
# via nbconvert
blinker==1.8.2
# via flask
boto3==1.35.10
boto3==1.35.11
# via maggma
botocore==1.35.10
botocore==1.35.11
# via
# boto3
# s3transfer
Expand All @@ -62,13 +62,13 @@ comm==0.2.2
# via ipykernel
contourpy==1.3.0
# via matplotlib
cryptography==43.0.0
cryptography==43.0.1
# via paramiko
crystaltoolkit-extension==0.6.0
# via crystal_toolkit (pyproject.toml)
cycler==0.12.1
# via matplotlib
dash==2.17.1
dash==2.18.0
# via crystal_toolkit (pyproject.toml)
dash-core-components==2.0.0
# via dash
Expand Down Expand Up @@ -211,7 +211,7 @@ jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.27.3
# via jupyterlab
kiwisolver==1.4.6
kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand Down
20 changes: 13 additions & 7 deletions requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ blinker==1.8.2
# via flask
boltztrap2==24.7.2
# via ifermi
boto3==1.35.10
boto3==1.35.11
# via maggma
botocore==1.35.10
botocore==1.35.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -123,7 +123,9 @@ commonmark==0.9.1
# via recommonmark
contourpy==1.3.0
# via matplotlib
cryptography==43.0.0
coverage[toml]==7.6.1
# via pytest-cov
cryptography==43.0.1
# via
# dash
# paramiko
Expand All @@ -135,7 +137,7 @@ cycler==0.12.1
# via matplotlib
cython==3.0.11
# via boltztrap2
dash[testing]==2.17.1
dash[testing]==2.18.0
# via
# crystal_toolkit (pyproject.toml)
# dash-extensions
Expand Down Expand Up @@ -262,7 +264,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.6.1
fsspec==2024.9.0
# via dask
gdown==5.2.0
# via py4dstem
Expand Down Expand Up @@ -413,7 +415,7 @@ jupyterlab-server==2.27.3
# via jupyterlab
kaleido==0.2.1
# via crystal_toolkit (pyproject.toml)
kiwisolver==1.4.6
kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand Down Expand Up @@ -742,9 +744,12 @@ pytest==8.3.2
# crystal_toolkit (pyproject.toml)
# dash
# pytest-base-url
# pytest-cov
# pytest-playwright
pytest-base-url==2.1.0
# via pytest-playwright
pytest-cov==5.0.0
# via crystal_toolkit (pyproject.toml)
pytest-playwright==0.5.1
# via crystal_toolkit (pyproject.toml)
python-dateutil==2.9.0.post0
Expand Down Expand Up @@ -969,6 +974,7 @@ tinycss2==1.3.0
tomli==2.0.1
# via
# black
# coverage
# jupyterlab
# pytest
# sphinx
Expand Down Expand Up @@ -1085,7 +1091,7 @@ y-py==0.6.2
# via
# jupyter-ydoc
# ypy-websocket
yarl==1.9.7
yarl==1.9.8
# via aiohttp
yaspin==3.0.2
# via dephell
Expand Down
10 changes: 5 additions & 5 deletions requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ bleach==6.1.0
# via nbconvert
blinker==1.8.2
# via flask
boto3==1.35.10
boto3==1.35.11
# via maggma
botocore==1.35.10
botocore==1.35.11
# via
# boto3
# s3transfer
Expand All @@ -62,13 +62,13 @@ comm==0.2.2
# via ipykernel
contourpy==1.3.0
# via matplotlib
cryptography==43.0.0
cryptography==43.0.1
# via paramiko
crystaltoolkit-extension==0.6.0
# via crystal_toolkit (pyproject.toml)
cycler==0.12.1
# via matplotlib
dash==2.17.1
dash==2.18.0
# via crystal_toolkit (pyproject.toml)
dash-core-components==2.0.0
# via dash
Expand Down Expand Up @@ -207,7 +207,7 @@ jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.27.3
# via jupyterlab
kiwisolver==1.4.6
kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand Down
19 changes: 12 additions & 7 deletions requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ blinker==1.8.2
# via flask
boltztrap2==24.7.2
# via ifermi
boto3==1.35.10
boto3==1.35.11
# via maggma
botocore==1.35.10
botocore==1.35.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -119,7 +119,9 @@ commonmark==0.9.1
# via recommonmark
contourpy==1.3.0
# via matplotlib
cryptography==43.0.0
coverage[toml]==7.6.1
# via pytest-cov
cryptography==43.0.1
# via
# dash
# paramiko
Expand All @@ -131,7 +133,7 @@ cycler==0.12.1
# via matplotlib
cython==3.0.11
# via boltztrap2
dash[testing]==2.17.1
dash[testing]==2.18.0
# via
# crystal_toolkit (pyproject.toml)
# dash-extensions
Expand Down Expand Up @@ -251,7 +253,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.6.1
fsspec==2024.9.0
# via dask
gdown==5.2.0
# via py4dstem
Expand Down Expand Up @@ -402,7 +404,7 @@ jupyterlab-server==2.27.3
# via jupyterlab
kaleido==0.2.1
# via crystal_toolkit (pyproject.toml)
kiwisolver==1.4.6
kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand Down Expand Up @@ -731,9 +733,12 @@ pytest==8.3.2
# crystal_toolkit (pyproject.toml)
# dash
# pytest-base-url
# pytest-cov
# pytest-playwright
pytest-base-url==2.1.0
# via pytest-playwright
pytest-cov==5.0.0
# via crystal_toolkit (pyproject.toml)
pytest-playwright==0.5.1
# via crystal_toolkit (pyproject.toml)
python-dateutil==2.9.0.post0
Expand Down Expand Up @@ -1066,7 +1071,7 @@ y-py==0.6.2
# via
# jupyter-ydoc
# ypy-websocket
yarl==1.9.7
yarl==1.9.8
# via aiohttp
yaspin==3.0.2
# via dephell
Expand Down
10 changes: 5 additions & 5 deletions requirements/ubuntu-latest_py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ bleach==6.1.0
# via nbconvert
blinker==1.8.2
# via flask
boto3==1.35.10
boto3==1.35.11
# via maggma
botocore==1.35.10
botocore==1.35.11
# via
# boto3
# s3transfer
Expand All @@ -62,13 +62,13 @@ comm==0.2.2
# via ipykernel
contourpy==1.3.0
# via matplotlib
cryptography==43.0.0
cryptography==43.0.1
# via paramiko
crystaltoolkit-extension==0.6.0
# via crystal_toolkit (pyproject.toml)
cycler==0.12.1
# via matplotlib
dash==2.17.1
dash==2.18.0
# via crystal_toolkit (pyproject.toml)
dash-core-components==2.0.0
# via dash
Expand Down Expand Up @@ -220,7 +220,7 @@ jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.27.3
# via jupyterlab
kiwisolver==1.4.6
kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand Down
20 changes: 13 additions & 7 deletions requirements/ubuntu-latest_py3.9_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ blinker==1.8.2
# via flask
boltztrap2==24.7.2
# via ifermi
boto3==1.35.10
boto3==1.35.11
# via maggma
botocore==1.35.10
botocore==1.35.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -123,7 +123,9 @@ commonmark==0.9.1
# via recommonmark
contourpy==1.3.0
# via matplotlib
cryptography==43.0.0
coverage[toml]==7.6.1
# via pytest-cov
cryptography==43.0.1
# via
# dash
# paramiko
Expand All @@ -135,7 +137,7 @@ cycler==0.12.1
# via matplotlib
cython==3.0.11
# via boltztrap2
dash[testing]==2.17.1
dash[testing]==2.18.0
# via
# crystal_toolkit (pyproject.toml)
# dash-extensions
Expand Down Expand Up @@ -262,7 +264,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.6.1
fsspec==2024.9.0
# via dask
gdown==5.2.0
# via py4dstem
Expand Down Expand Up @@ -422,7 +424,7 @@ jupyterlab-server==2.27.3
# via jupyterlab
kaleido==0.2.1
# via crystal_toolkit (pyproject.toml)
kiwisolver==1.4.6
kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand Down Expand Up @@ -751,9 +753,12 @@ pytest==8.3.2
# crystal_toolkit (pyproject.toml)
# dash
# pytest-base-url
# pytest-cov
# pytest-playwright
pytest-base-url==2.1.0
# via pytest-playwright
pytest-cov==5.0.0
# via crystal_toolkit (pyproject.toml)
pytest-playwright==0.5.1
# via crystal_toolkit (pyproject.toml)
python-dateutil==2.9.0.post0
Expand Down Expand Up @@ -978,6 +983,7 @@ tinycss2==1.3.0
tomli==2.0.1
# via
# black
# coverage
# jupyterlab
# pytest
# sphinx
Expand Down Expand Up @@ -1097,7 +1103,7 @@ y-py==0.6.2
# via
# jupyter-ydoc
# ypy-websocket
yarl==1.9.7
yarl==1.9.8
# via aiohttp
yaspin==3.0.2
# via dephell
Expand Down
Loading