From 0ce61f87ae780bd1162a95b16b0e8408598c1723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:03:17 +0000 Subject: [PATCH] chore(deps-dev): update wheel requirement 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](https://github.com/pypa/wheel/compare/0.38.4...0.41.3) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"