From afbd367bf9ac8697d777139e5366bad053e68fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:30:50 +0000 Subject: [PATCH] build(deps-dev): bump wheel from 0.41.2 to 0.41.3 Bumps [wheel](https://github.com/pypa/wheel) from 0.41.2 to 0.41.3. - [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.41.2...0.41.3) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 094ae73..442bcfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ dev = [ "setuptools==68.2.2", "twine==4.0.2", "virtualenv==20.24.6", - "wheel==0.41.2", + "wheel==0.41.3", ]