Skip to content

Commit

Permalink
chore(deps-dev): bump wheel from 0.41.3 to 0.42.0
Browse files Browse the repository at this point in the history
Bumps [wheel](https://github.com/pypa/wheel) from 0.41.3 to 0.42.0.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.41.3...0.42.0)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SlashGordon committed Dec 2, 2023
1 parent c15ffb9 commit c35acd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = "^3.11"

[tool.poetry.group.dev.dependencies]
wheel = "^0.41.3"
wheel = ">=0.41.3,<0.43.0"
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
pandas = "^2.1.3"
Expand Down

0 comments on commit c35acd9

Please sign in to comment.