From c3c98d1f0d4eddb174a31db2466fcf4b871bd535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:55:47 +0000 Subject: [PATCH] chore(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] --- gitgalaxy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitgalaxy/requirements.txt b/gitgalaxy/requirements.txt index 824b3259..b773a390 100644 --- a/gitgalaxy/requirements.txt +++ b/gitgalaxy/requirements.txt @@ -134,6 +134,6 @@ watchdog==6.0.0 wcwidth==0.8.1 webencodings==0.5.1 Werkzeug==3.1.8 -wheel==0.47.0 +wheel==0.48.0 xgboost==3.2.0 yarg==0.1.10