From 06b092c16abdb6d0a6c9f1df47ac2cfed5ae9944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 13:59:03 +0000 Subject: [PATCH] MAINT: Update wheel requirement from <0.37.1 to <0.38.5 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.5...0.38.4) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build_requirements.txt | 2 +- test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_requirements.txt b/build_requirements.txt index fccc2e4faf14..3cccf734fd39 100644 --- a/build_requirements.txt +++ b/build_requirements.txt @@ -1,5 +1,5 @@ meson-python>=0.10.0 Cython>=0.29.30,<3.0 -wheel==0.37.0 +wheel==0.38.4 ninja git+https://github.com/scientific-python/devpy diff --git a/test_requirements.txt b/test_requirements.txt index 3e7d3fef79dd..d7c5c9ae22e8 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,5 +1,5 @@ cython>=0.29.30,<3.0 -wheel==0.37.0 +wheel==0.38.4 setuptools==59.2.0 hypothesis==6.24.1 pytest==6.2.5