From 24b85d49d4c74cc10aa953dc32b236433cafdcf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:05:14 +0000 Subject: [PATCH 1/2] Bump uv from 0.9.29 to 0.10.1 Bumps [uv](https://github.com/astral-sh/uv) from 0.9.29 to 0.10.1. - [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.29...0.10.1) --- updated-dependencies: - dependency-name: uv dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ae44d13..cc56926 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.9.29 +uv==0.10.1 From 698002f4887934f7ef6d0ca497cae5007709d5e8 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:17:03 +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 625f290..3f66c2d 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.29 to 0.10.1. ([#510](https://github.com/heroku/buildpacks-python/pull/510)) + ## [4.1.2] - 2026-02-04 ### Changed