From 518a27dfe0dbfb318a8bc98e338991deb26a0e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:42:23 +0000 Subject: [PATCH] chore(deps): bump wheel from 0.44.0 to 0.45.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.44.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.44.0...0.45.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 912d4b60..af8e33e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ all = [ "Bug Tracker" = "https://github.com/Aiven-Open/kio/issues" [build-system] -requires = ["setuptools==75.1.0", "setuptools-scm==8.1.0", "wheel==0.44.0"] +requires = ["setuptools==75.1.0", "setuptools-scm==8.1.0", "wheel==0.45.1"] build-backend = "setuptools.build_meta" [tool.setuptools]