From 6957645ec9e8c47dde53b23e5f5d9236b95d9c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 10:59:02 +0000 Subject: [PATCH 1/2] Bump uv from 0.9.21 to 0.9.24 Bumps [uv](https://github.com/astral-sh/uv) from 0.9.21 to 0.9.24. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.9.21...0.9.24) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/uv.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/uv.txt b/requirements/uv.txt index f258573..55bf7c7 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.9.21 +uv==0.9.24 From 64ad8990a84294de3786e77a27cccc2f6cd220bb Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Sun, 11 Jan 2026 11:04:53 +0000 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3081cbf..558dd26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Updated uv from 0.9.21 to 0.9.24. ([#490](https://github.com/heroku/buildpacks-python/pull/490)) + ## [4.0.0] - 2026-01-07 ### Removed