Skip to content

Commit

Permalink
chore(deps-dev): update wheel requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.38.4...0.41.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SlashGordon committed Nov 22, 2023
1 parent ee61c8b commit 0ce61f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pytickersymbols = "^1.13.0"
toolz = "^0.12.0"

[tool.poetry.group.dev.dependencies]
wheel = "^0.38.4"
wheel = ">=0.38.4,<0.42.0"
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
flake8 = "^6.1.0"
Expand Down

0 comments on commit 0ce61f8

Please sign in to comment.