Skip to content

Commit

Permalink
依存ライブラリをアップデートする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Feb 19, 2024
1 parent 288acba commit 7dabb43
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

- [CHANGE] フォーマッターを Ruff に変更する
- @voluntas
- [UPDATE] auditwheel を `6.0.0` にアップデートする
- @voluntas
- [UPDATE] build を `1.0.3` にアップデートする
- @voluntas
- [UPDATE] wheel を `0.42.0` にアップデートする
Expand All @@ -21,7 +23,9 @@
- @voluntas
- [UPDATE] pytest を `8.0.0` にアップデートする
- @voluntas
- [UPDATE] setuptools の最小を `69` にする
- [UPDATE] setuptools の最小を `69.1` にする
- @voluntas
- [UPDATE] ruff の最小を `0.2.2` にする
- @voluntas
- [UPDATE] nanobind の最小を `1.8.0` にする
- @voluntas
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Discord = "https://discord.gg/shiguredo"
virtual = true
dev-dependencies = [
"nanobind>=1.8.0",
"setuptools>=69",
"setuptools>=69.1",
"build~=1.0.3",
"wheel~=0.42.0",
"auditwheel~=5.4.0",
"auditwheel~=6.0.0",
"pytest>=8.0.0",
"ruff>=0.1.14",
"ruff>=0.2.2",
]

[tool.ruff]
Expand Down
7 changes: 4 additions & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# all-features: false
# with-sources: false

auditwheel==5.4.0
auditwheel==6.0.0
build==1.0.3
exceptiongroup==1.2.0
# via pytest
Expand All @@ -17,6 +17,7 @@ iniconfig==2.0.0
# via pytest
nanobind==1.8.0
packaging==23.2
# via auditwheel
# via build
# via pytest
pluggy==1.3.0
Expand All @@ -26,12 +27,12 @@ pyelftools==0.30
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
ruff==0.1.14
ruff==0.2.2
setuptools==69.1.0
tomli==2.0.1
# via build
# via pyproject-hooks
# via pytest
wheel==0.42.0
zipp==3.17.0
# via importlib-metadata
setuptools==69.0.3

0 comments on commit 7dabb43

Please sign in to comment.