Skip to content

Commit

Permalink
Sub-dependency update (#3685)
Browse files Browse the repository at this point in the history
* Updated transient dependencies

* 💚 Improve resolution

---------

Co-authored-by: james <[email protected]>
  • Loading branch information
fppf-bot and je-cook committed Nov 11, 2024
1 parent 26fdaeb commit 768de49
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 44 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dependabot_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install uv
uv pip compile pyproject.toml --python-version=3.10 --extra pinned -o requirements/uv/base.txt
uv pip compile pyproject.toml --python-version=3.10 --extra pinned -o requirements/uv/develop.txt --extra dev
uv pip compile pyproject.toml --python-version=3.10 --extra pinned -o requirements/uv/examples.txt --extra examples
uv pip compile pyproject.toml --python-version=3.10 --extra pinned -o requirements/uv/all.txt --extra dev --extra polyscope --extra radiation --extra examples
uv pip compile pyproject.toml --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/base.txt
uv pip compile pyproject.toml --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/develop.txt --extra dev
uv pip compile pyproject.toml --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/examples.txt --extra examples
uv pip compile pyproject.toml --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/all.txt --extra dev --extra polyscope --extra radiation --extra examples
git config user.email "49699333+dependabot[bot]@users.noreply.github.com"
git config user.name "dependabot[bot]"
git add requirements
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pin_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install uv
uv pip compile pyproject.toml --upgrade --python-version=3.10 --extra pinned -o requirements/uv/base.txt
uv pip compile pyproject.toml --upgrade --python-version=3.10 --extra pinned -o requirements/uv/develop.txt --extra dev
uv pip compile pyproject.toml --upgrade --python-version=3.10 --extra pinned -o requirements/uv/examples.txt --extra examples
uv pip compile pyproject.toml --upgrade --python-version=3.10 --extra pinned -o requirements/uv/all.txt --extra dev --extra polyscope --extra radiation --extra examples
uv pip compile pyproject.toml --upgrade --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/base.txt
uv pip compile pyproject.toml --upgrade --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/develop.txt --extra dev
uv pip compile pyproject.toml --upgrade --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/examples.txt --extra examples
uv pip compile pyproject.toml --upgrade --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/all.txt --extra dev --extra polyscope --extra radiation --extra examples
git config user.email "[email protected]"
git config user.name "fppf-bot"
git checkout -b fppf/sub_dependencies
Expand Down
27 changes: 13 additions & 14 deletions requirements/uv/all.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml --python-version=3.10 --extra pinned -o requirements/uv/all.txt --extra dev --extra polyscope --extra radiation --extra examples
# uv pip compile pyproject.toml --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/all.txt --extra dev --extra polyscope --extra radiation --extra examples
alabaster==1.0.0
# via sphinx
anyio==4.6.2.post1
Expand Down Expand Up @@ -38,7 +38,7 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
bleach==6.2.0
# via nbconvert
blosc2==2.7.1
# via tables
Expand Down Expand Up @@ -142,7 +142,7 @@ ipykernel==6.29.5
# via
# jupyterlab
# myst-nb
ipython==8.28.0
ipython==8.29.0
# via
# ipykernel
# myst-nb
Expand Down Expand Up @@ -250,7 +250,7 @@ mistune==3.0.2
# via nbconvert
msgpack==1.1.0
# via blosc2
mypy==1.12.1
mypy==1.13.0
# via bluemira (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -408,7 +408,7 @@ pytest==8.3.3
# pytest-html
# pytest-json-report
# pytest-metadata
pytest-cov==5.0.0
pytest-cov==6.0.0
# via bluemira (pyproject.toml)
pytest-html==4.1.1
# via bluemira (pyproject.toml)
Expand Down Expand Up @@ -465,11 +465,11 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rich==13.9.2
rich==13.9.4
# via
# bluemira (pyproject.toml)
# meshio
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand All @@ -490,13 +490,12 @@ seaborn==0.13.2
# via bluemira (pyproject.toml)
send2trash==1.8.3
# via jupyter-server
setuptools==75.2.0
setuptools==75.3.0
# via jupyterlab
six==1.16.0
# via
# anytree
# asttokens
# bleach
# python-dateutil
# rfc3339-validator
sniffio==1.3.1
Expand All @@ -516,7 +515,7 @@ sphinx==8.1.3
# sphinx-copybutton
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-autoapi==3.3.2
sphinx-autoapi==3.3.3
# via bluemira (pyproject.toml)
sphinx-copybutton==0.5.2
# via bluemira (pyproject.toml)
Expand All @@ -540,7 +539,7 @@ sqlalchemy==2.0.36
# via jupyter-cache
stack-data==0.6.3
# via ipython
sybil==8.0.0
sybil==8.0.1
# via bluemira (pyproject.toml)
tables==3.10.1
# via
Expand All @@ -556,7 +555,7 @@ terminado==0.18.1
# jupyter-server-terminals
threadpoolctl==3.5.0
# via scikit-learn
tinycss2==1.3.0
tinycss2==1.4.0
# via nbconvert
tomli==2.0.2
# via
Expand Down Expand Up @@ -588,7 +587,7 @@ traitlets==5.14.3
# nbclient
# nbconvert
# nbformat
typeguard==4.3.0
typeguard==4.4.1
# via bluemira (pyproject.toml)
types-python-dateutil==2.9.0.20241003
# via arrow
Expand All @@ -614,7 +613,7 @@ uri-template==1.3.0
# via jsonschema
urllib3==2.2.3
# via requests
virtualenv==20.27.0
virtualenv==20.27.1
# via pre-commit
vtk==9.2.6
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/uv/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml --python-version=3.10 --extra pinned -o requirements/uv/base.txt
# uv pip compile pyproject.toml --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/base.txt
anytree==2.12.1
# via bluemira (pyproject.toml)
appdirs==1.4.4
Expand Down Expand Up @@ -148,7 +148,7 @@ pyvista==0.44.1
# via bluemira (pyproject.toml)
requests==2.32.3
# via pooch
rich==13.9.2
rich==13.9.4
# via
# bluemira (pyproject.toml)
# meshio
Expand Down Expand Up @@ -176,7 +176,7 @@ tabulate==0.9.0
# via bluemira (pyproject.toml)
threadpoolctl==3.5.0
# via scikit-learn
typeguard==4.3.0
typeguard==4.4.1
# via bluemira (pyproject.toml)
typing-extensions==4.12.2
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements/uv/develop.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml --python-version=3.10 --extra pinned -o requirements/uv/develop.txt --extra dev
# uv pip compile pyproject.toml --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/develop.txt --extra dev
alabaster==1.0.0
# via sphinx
anytree==2.12.1
Expand Down Expand Up @@ -101,7 +101,7 @@ iniconfig==2.0.0
# via pytest
ipykernel==6.29.5
# via myst-nb
ipython==8.28.0
ipython==8.29.0
# via
# ipykernel
# myst-nb
Expand Down Expand Up @@ -165,7 +165,7 @@ meshio==5.3.5
# via bluemira (pyproject.toml)
msgpack==1.1.0
# via blosc2
mypy==1.12.1
mypy==1.13.0
# via bluemira (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -292,7 +292,7 @@ pytest==8.3.3
# pytest-html
# pytest-json-report
# pytest-metadata
pytest-cov==5.0.0
pytest-cov==6.0.0
# via bluemira (pyproject.toml)
pytest-html==4.1.1
# via bluemira (pyproject.toml)
Expand Down Expand Up @@ -332,11 +332,11 @@ requests==2.32.3
# via
# pooch
# sphinx
rich==13.9.2
rich==13.9.4
# via
# bluemira (pyproject.toml)
# meshio
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -370,7 +370,7 @@ sphinx==8.1.3
# sphinx-copybutton
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-autoapi==3.3.2
sphinx-autoapi==3.3.3
# via bluemira (pyproject.toml)
sphinx-copybutton==0.5.2
# via bluemira (pyproject.toml)
Expand All @@ -394,7 +394,7 @@ sqlalchemy==2.0.36
# via jupyter-cache
stack-data==0.6.3
# via ipython
sybil==8.0.0
sybil==8.0.1
# via bluemira (pyproject.toml)
tables==3.10.1
# via
Expand Down Expand Up @@ -427,7 +427,7 @@ traitlets==5.14.3
# matplotlib-inline
# nbclient
# nbformat
typeguard==4.3.0
typeguard==4.4.1
# via bluemira (pyproject.toml)
typing-extensions==4.12.2
# via
Expand All @@ -447,7 +447,7 @@ tzdata==2024.2
# via pandas
urllib3==2.2.3
# via requests
virtualenv==20.27.0
virtualenv==20.27.1
# via pre-commit
vtk==9.2.6
# via
Expand Down
17 changes: 8 additions & 9 deletions requirements/uv/examples.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml --python-version=3.10 --extra pinned -o requirements/uv/examples.txt --extra examples
# uv pip compile pyproject.toml --resolution=highest --python-version=3.10 --extra pinned -o requirements/uv/examples.txt --extra examples
anyio==4.6.2.post1
# via
# httpx
Expand Down Expand Up @@ -32,7 +32,7 @@ babel==2.16.0
# jupyterlab-server
beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
bleach==6.2.0
# via nbconvert
blosc2==2.7.1
# via tables
Expand Down Expand Up @@ -105,7 +105,7 @@ imageio==2.36.0
# via bluemira (pyproject.toml)
ipykernel==6.29.5
# via jupyterlab
ipython==8.28.0
ipython==8.29.0
# via ipykernel
isoduration==20.11.0
# via jsonschema
Expand Down Expand Up @@ -361,11 +361,11 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rich==13.9.2
rich==13.9.4
# via
# bluemira (pyproject.toml)
# meshio
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand All @@ -383,13 +383,12 @@ seaborn==0.13.2
# via bluemira (pyproject.toml)
send2trash==1.8.3
# via jupyter-server
setuptools==75.2.0
setuptools==75.3.0
# via jupyterlab
six==1.16.0
# via
# anytree
# asttokens
# bleach
# python-dateutil
# rfc3339-validator
sniffio==1.3.1
Expand All @@ -412,7 +411,7 @@ terminado==0.18.1
# jupyter-server-terminals
threadpoolctl==3.5.0
# via scikit-learn
tinycss2==1.3.0
tinycss2==1.4.0
# via nbconvert
tomli==2.0.2
# via
Expand Down Expand Up @@ -440,7 +439,7 @@ traitlets==5.14.3
# nbclient
# nbconvert
# nbformat
typeguard==4.3.0
typeguard==4.4.1
# via bluemira (pyproject.toml)
types-python-dateutil==2.9.0.20241003
# via arrow
Expand Down

0 comments on commit 768de49

Please sign in to comment.