Skip to content

Commit

Permalink
Bump wheel from 0.37.0 to 0.38.1 in /isolation-forest-onnx (#54)
Browse files Browse the repository at this point in the history
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.0 to 0.38.1.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.37.0...0.38.1)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 0dbcd97 commit 2327f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion isolation-forest-onnx/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest==8.3.2
coverage==7.6.1

# Development utilities
wheel==0.37.0
wheel==0.38.1
flake8==7.1.1
mypy==1.11
setuptools==74.0.0
Expand Down
2 changes: 1 addition & 1 deletion isolation-forest-onnx/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test =
pytest==8.3.2
coverage==7.6.1
dev =
wheel==0.37.0
wheel==0.38.1
flake8==7.1.1
mypy==1.11
setuptools==74.0.0
Expand Down

0 comments on commit 2327f24

Please sign in to comment.