From 141828ad311eaf7c61b018b8a009ff50f3890a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:10:19 +0000 Subject: [PATCH] Bump wheel from 0.45.0 to 0.45.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.45.0 to 0.45.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.45.0...0.45.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 60c62dc7a36..b445d927b16 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,4 +9,4 @@ types-PyYAML==6.0.12.20240917 types-requests==2.32.0.20241016 # 2.31.0.7 introduced a regression types-python-dateutil==2.9.0.20241206 ruff -wheel==0.45.0 \ No newline at end of file +wheel==0.45.1 \ No newline at end of file