From bda4ce9777b0ead44b8aa8e5fff782db615a0ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 20:20:03 -0800 Subject: [PATCH] Bump wheel from 0.37.1 to 0.38.1 (#49) Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. - [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.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8cc48f5..12e13975 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,4 @@ urllib3==2.2.1 build==1.1.1 cibuildwheel==2.16.5 pip==24.0 -wheel==0.37.1 \ No newline at end of file +wheel==0.38.1 \ No newline at end of file