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 Jan 1, 2025
1 parent 909d881 commit 0c99a66
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/environments/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ alabaster==1.0.0
# via sphinx
babel==2.16.0
# via sphinx
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
docutils==0.21.2
# via
Expand All @@ -16,7 +16,7 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
markupsafe==3.0.2
# via jinja2
Expand Down Expand Up @@ -49,5 +49,5 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.2.3
urllib3==2.3.0
# via requests
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,15 +4,15 @@ exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
numpy==2.1.3
numpy==2.2.1
# via
# -r requirements-test.in
# scipy
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via -r requirements-test.in
scipy==1.14.1
# via -r requirements-test.in
Expand Down
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,15 +2,15 @@
# uv pip compile --python-version 3.11 --python-platform linux requirements-test.in
iniconfig==2.0.0
# via pytest
numpy==2.1.3
numpy==2.2.1
# via
# -r requirements-test.in
# scipy
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via -r requirements-test.in
scipy==1.14.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,15 +2,15 @@
# uv pip compile --python-version 3.12 --python-platform linux requirements-test.in
iniconfig==2.0.0
# via pytest
numpy==2.1.3
numpy==2.2.1
# via
# -r requirements-test.in
# scipy
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via -r requirements-test.in
scipy==1.14.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,15 +2,15 @@
# uv pip compile --python-version 3.13 --python-platform linux requirements-test.in
iniconfig==2.0.0
# via pytest
numpy==2.1.3
numpy==2.2.1
# via
# -r requirements-test.in
# scipy
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via -r requirements-test.in
scipy==1.14.1
# via -r requirements-test.in
2 changes: 1 addition & 1 deletion .github/workflows/environments/requirements-test-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
pytest==8.3.4
# via -r requirements-test.in
scipy==1.13.1
# via -r requirements-test.in
Expand Down

0 comments on commit 0c99a66

Please sign in to comment.