diff --git a/pyproject.toml b/pyproject.toml index 21c289b..8f24740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"