From 1c6f3b6a0e97a9a4773621699d044809e45b8a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 23:36:16 +0000 Subject: [PATCH 1/2] Bump uv from 0.9.17 to 0.9.21 Bumps [uv](https://github.com/astral-sh/uv) from 0.9.17 to 0.9.21. - [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.17...0.9.21) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.21 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 2573d52..f258573 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.9.17 +uv==0.9.21 From 186e3dc45984ebb64404157c146b4ade68766d0c Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:53:48 +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 49365b6..b05edea 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.17 to 0.9.21. ([#486](https://github.com/heroku/buildpacks-python/pull/486)) + ## [3.0.1] - 2025-12-10 ### Changed