Skip to content

Commit

Permalink
wheel を 0.41.3 に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 29, 2024
1 parent 955b80e commit c15ff8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

- [ADD] python-dotenv を追加
- @voluntas
- [UPDATE] wheel を 0.41.3 に上げる
- @voluntas
- [UPDATE] build を 1.0.3 に上げる
- @voluntas
- [UPDATE] pytest を 8.0.0 に上げる
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev-dependencies = [
"nanobind>=1.8.0",
"setuptools>=42",
"build~=1.0.3",
"wheel~=0.40.0",
"wheel~=0.41.3",
"auditwheel~=5.4.0",
"pytest>=8.0.0",
"ruff>=0.1.14",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ pyproject-hooks==1.0.0
pytest==8.0.0
python-dotenv==1.0.1
ruff==0.1.14
wheel==0.40.0
wheel==0.41.3
# The following packages are considered to be unsafe in a requirements file:
setuptools==69.0.3

0 comments on commit c15ff8e

Please sign in to comment.