From 694518f9552150db5798eaf31673735f51ea6bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:37:01 +0000 Subject: [PATCH] Bump wheel from 0.41.0 to 0.41.2 in /requirements (#100) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 84ba251..fa462aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated pip from 23.2.1 to 23.3.1. ([#131](https://github.com/heroku/buildpacks-python/pull/131)) +- Updated wheel from 0.41.0 to 0.41.2. ([#100](https://github.com/heroku/buildpacks-python/pull/100)) ## [0.7.1] - 2023-10-02 diff --git a/requirements/wheel.txt b/requirements/wheel.txt index 1244ba1..f4588f8 100644 --- a/requirements/wheel.txt +++ b/requirements/wheel.txt @@ -1 +1 @@ -wheel==0.41.0 +wheel==0.41.2