From e42deac179b41591f51dc49db3dd6e60df7f1674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:07:55 +0000 Subject: [PATCH 1/2] Bump uv from 0.9.26 to 0.9.29 Bumps [uv](https://github.com/astral-sh/uv) from 0.9.26 to 0.9.29. - [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.26...0.9.29) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.29 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 8664a39..ae44d13 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.9.26 +uv==0.9.29 From d21903c7c74454b8e89a4d7d303b272d9a6a596d Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:14:17 +0000 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b2e84..f497ffe 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 Poetry from 2.3.1 to 2.3.2. ([#501](https://github.com/heroku/buildpacks-python/pull/501)) +- Updated uv from 0.9.26 to 0.9.29. ([#506](https://github.com/heroku/buildpacks-python/pull/506)) ## [4.1.1] - 2026-02-04