From 45c51ca5ba701e3c7ab5aecebbc07d85f3d15d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 09:52:47 +0000 Subject: [PATCH] Update wheel requirement from <0.47,>=0.37 to >=0.37,<0.48 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.37.0...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 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 b8345456..91a889e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "twine >=3.4,<6.3", # PyPI "types-requests >=2.26,<3", # mypy type hints "types-setuptools >=71.1,<83", # mypy type hints - "wheel >=0.37,<0.47", + "wheel >=0.37,<0.48", ] test = [ "psycopg >=3.2,<4",