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 Feb 1, 2025
1 parent eab1957 commit d61b9d1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/environments/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ alabaster==1.0.0
# via sphinx
babel==2.16.0
# via sphinx
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
Expand All @@ -22,7 +22,7 @@ markupsafe==3.0.2
# via jinja2
packaging==24.2
# via sphinx
pygments==2.18.0
pygments==2.19.1
# via sphinx
requests==2.32.3
# via sphinx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/environments/requirements-test-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
numpy==2.2.1
numpy==2.2.2
# via
# -r requirements-test.in
# scipy
Expand All @@ -14,7 +14,7 @@ pluggy==1.5.0
# via pytest
pytest==8.3.4
# via -r requirements-test.in
scipy==1.14.1
scipy==1.15.1
# via -r requirements-test.in
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,7 +2,7 @@
# uv pip compile --python-version 3.11 --python-platform linux requirements-test.in
iniconfig==2.0.0
# via pytest
numpy==2.2.1
numpy==2.2.2
# via
# -r requirements-test.in
# scipy
Expand All @@ -12,5 +12,5 @@ pluggy==1.5.0
# via pytest
pytest==8.3.4
# via -r requirements-test.in
scipy==1.14.1
scipy==1.15.1
# via -r requirements-test.in
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,7 +2,7 @@
# uv pip compile --python-version 3.12 --python-platform linux requirements-test.in
iniconfig==2.0.0
# via pytest
numpy==2.2.1
numpy==2.2.2
# via
# -r requirements-test.in
# scipy
Expand All @@ -12,5 +12,5 @@ pluggy==1.5.0
# via pytest
pytest==8.3.4
# via -r requirements-test.in
scipy==1.14.1
scipy==1.15.1
# via -r requirements-test.in
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,7 +2,7 @@
# uv pip compile --python-version 3.13 --python-platform linux requirements-test.in
iniconfig==2.0.0
# via pytest
numpy==2.2.1
numpy==2.2.2
# via
# -r requirements-test.in
# scipy
Expand All @@ -12,5 +12,5 @@ pluggy==1.5.0
# via pytest
pytest==8.3.4
# via -r requirements-test.in
scipy==1.14.1
scipy==1.15.1
# via -r requirements-test.in

0 comments on commit d61b9d1

Please sign in to comment.