From d9adcb1d9d58982426ca03bfd4be793efd1bc9e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:34:08 +0000 Subject: [PATCH] Bump wheel from 0.41.0 to 0.41.2 in /requirements (#1482) * Bump wheel from 0.41.0 to 0.41.2 in /requirements Bumps [wheel](https://github.com/pypa/wheel) from 0.41.0 to 0.41.2. - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.41.0...0.41.2) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add changelog entry --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- CHANGELOG.md | 1 + requirements/wheel.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eabcaa4c..ecb788e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - Updated pip from 23.2.1 to 23.3.1. ([#1496](https://github.com/heroku/heroku-buildpack-python/pull/1496)) +- Updated wheel from 0.41.0 to 0.41.2. ([#1482](https://github.com/heroku/heroku-buildpack-python/pull/1482)) ## v237 (2023-10-03) diff --git a/requirements/wheel.txt b/requirements/wheel.txt index 1244ba19f..f4588f808 100644 --- a/requirements/wheel.txt +++ b/requirements/wheel.txt @@ -1 +1 @@ -wheel==0.41.0 +wheel==0.41.2