Skip to content

Commit

Permalink
Update uv lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander authored and github-actions[bot] committed Dec 1, 2024
1 parent 987d9f4 commit 5cdfa24
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/environments/requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile --python-version 3.13 --python-platform linux requirements-build.in
build==1.2.2.post1
# via -r requirements-build.in
packaging==24.1
packaging==24.2
# via build
pyproject-hooks==1.2.0
# via build
4 changes: 2 additions & 2 deletions .github/workflows/environments/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jinja2==3.1.4
# via sphinx
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via sphinx
pygments==2.18.0
# via sphinx
Expand All @@ -33,7 +33,7 @@ sphinx==8.1.3
# -r requirements-doc.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.1
sphinx-rtd-theme==3.0.2
# via -r requirements-doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/environments/requirements-test-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
numpy==2.1.2
numpy==2.1.3
# via
# -r requirements-test.in
# scipy
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
# via -r requirements-test.in
scipy==1.14.1
# via -r requirements-test.in
tomli==2.0.2
tomli==2.2.1
# via pytest
4 changes: 2 additions & 2 deletions .github/workflows/environments/requirements-test-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# uv pip compile --python-version 3.11 --python-platform linux requirements-test.in
iniconfig==2.0.0
# via pytest
numpy==2.1.2
numpy==2.1.3
# via
# -r requirements-test.in
# scipy
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/environments/requirements-test-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# uv pip compile --python-version 3.12 --python-platform linux requirements-test.in
iniconfig==2.0.0
# via pytest
numpy==2.1.2
numpy==2.1.3
# via
# -r requirements-test.in
# scipy
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/environments/requirements-test-3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# uv pip compile --python-version 3.13 --python-platform linux requirements-test.in
iniconfig==2.0.0
# via pytest
numpy==2.1.2
numpy==2.1.3
# via
# -r requirements-test.in
# scipy
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/environments/requirements-test-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ numpy==2.0.2
# via
# -r requirements-test.in
# scipy
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
# via -r requirements-test.in
scipy==1.13.1
# via -r requirements-test.in
tomli==2.0.2
tomli==2.2.1
# via pytest

0 comments on commit 5cdfa24

Please sign in to comment.