Skip to content

Commit

Permalink
Merge pull request #65 from glotzerlab/update-uv-lockfiles
Browse files Browse the repository at this point in the history
Update uv lockfiles on master
  • Loading branch information
joaander authored Jan 6, 2025
2 parents 98c31c6 + 0c99a66 commit 78949a5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 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 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 78949a5

Please sign in to comment.