Skip to content

Commit

Permalink
ライブラリ色々アップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Mar 18, 2024
1 parent 6653b0e commit c877f96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ build-backend = "setuptools.build_meta"
[tool.rye]
dev-dependencies = [
"nanobind~=1.9.2",
"setuptools>=69.1",
"build~=1.0.3",
"wheel~=0.42.0",
"setuptools>=69.2",
"build~=1.1.1",
"wheel~=0.43.0",
"auditwheel~=6.0.0",
"pytest>=8.0.0",
"ruff>=0.3.0",
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

-e file:.
auditwheel==6.0.0
build==1.0.3
build==1.1.1
exceptiongroup==1.2.0
# via pytest
importlib-metadata==7.0.1
Expand All @@ -29,11 +29,11 @@ pyproject-hooks==1.0.0
# via build
pytest==8.0.0
ruff==0.3.0
setuptools==69.1.0
setuptools==69.2.0
tomli==2.0.1
# via build
# via pyproject-hooks
# via pytest
wheel==0.42.0
wheel==0.43.0
zipp==3.17.0
# via importlib-metadata

0 comments on commit c877f96

Please sign in to comment.