From a07b999e7b3fd2422e6b9741b5c195f31c5472f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:25:58 +0000 Subject: [PATCH] build(deps): bump wheel from 0.47.0 to 0.48.0 Bumps [wheel](https://github.com/pypa/wheel) from 0.47.0 to 0.48.0. - [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.47.0...0.48.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf88bd1..dae2eb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,5 +60,5 @@ urllib3==2.7.0 web3==7.16.0 websockets==17.0.1 Werkzeug==3.1.8 -wheel==0.47.0 +wheel==0.48.0 yarl==1.24.5