From 852d6822261267d8c6c0412223b92b25d500c5c6 Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Wed, 4 Sep 2024 12:13:22 -0700 Subject: [PATCH] Automated dependency upgrades (#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 --- requirements/ubuntu-latest_py3.10.txt | 10 +++++----- requirements/ubuntu-latest_py3.10_extras.txt | 20 +++++++++++++------- requirements/ubuntu-latest_py3.11.txt | 10 +++++----- requirements/ubuntu-latest_py3.11_extras.txt | 19 ++++++++++++------- requirements/ubuntu-latest_py3.9.txt | 10 +++++----- requirements/ubuntu-latest_py3.9_extras.txt | 20 +++++++++++++------- 6 files changed, 53 insertions(+), 36 deletions(-) diff --git a/requirements/ubuntu-latest_py3.10.txt b/requirements/ubuntu-latest_py3.10.txt index 1b3292a9..78846a8a 100644 --- a/requirements/ubuntu-latest_py3.10.txt +++ b/requirements/ubuntu-latest_py3.10.txt @@ -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 @@ -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 @@ -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 diff --git a/requirements/ubuntu-latest_py3.10_extras.txt b/requirements/ubuntu-latest_py3.10_extras.txt index 0d9c42fb..d4ed5b4c 100644 --- a/requirements/ubuntu-latest_py3.10_extras.txt +++ b/requirements/ubuntu-latest_py3.10_extras.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -969,6 +974,7 @@ tinycss2==1.3.0 tomli==2.0.1 # via # black + # coverage # jupyterlab # pytest # sphinx @@ -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 diff --git a/requirements/ubuntu-latest_py3.11.txt b/requirements/ubuntu-latest_py3.11.txt index dcb0e801..fb47212b 100644 --- a/requirements/ubuntu-latest_py3.11.txt +++ b/requirements/ubuntu-latest_py3.11.txt @@ -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 @@ -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 @@ -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 diff --git a/requirements/ubuntu-latest_py3.11_extras.txt b/requirements/ubuntu-latest_py3.11_extras.txt index a791bdc1..3d7aa452 100644 --- a/requirements/ubuntu-latest_py3.11_extras.txt +++ b/requirements/ubuntu-latest_py3.11_extras.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/ubuntu-latest_py3.9.txt b/requirements/ubuntu-latest_py3.9.txt index cc2807a4..ba009179 100644 --- a/requirements/ubuntu-latest_py3.9.txt +++ b/requirements/ubuntu-latest_py3.9.txt @@ -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 @@ -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 @@ -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 diff --git a/requirements/ubuntu-latest_py3.9_extras.txt b/requirements/ubuntu-latest_py3.9_extras.txt index 82699239..377ab432 100644 --- a/requirements/ubuntu-latest_py3.9_extras.txt +++ b/requirements/ubuntu-latest_py3.9_extras.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -978,6 +983,7 @@ tinycss2==1.3.0 tomli==2.0.1 # via # black + # coverage # jupyterlab # pytest # sphinx @@ -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