From 88a6a5f90bc7c4750ea2671ba4c5e892c3c3e059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 09:08:21 +0000 Subject: [PATCH 1/2] Bump uv from 0.8.22 to 0.8.23 Bumps [uv](https://github.com/astral-sh/uv) from 0.8.22 to 0.8.23. - [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.8.22...0.8.23) --- updated-dependencies: - dependency-name: uv dependency-version: 0.8.23 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 fc6c3fb..61e7fc3 100644 --- a/requirements/uv.txt +++ b/requirements/uv.txt @@ -1 +1 @@ -uv==0.8.22 +uv==0.8.23 From f3af3d61fc04148ae03aef83005d86a9dfc2b051 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Sun, 5 Oct 2025 10:21:00 +0100 Subject: [PATCH 2/2] Update changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a0071..29f5d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the `pip install` commands used to install the pip and Poetry package managers to now use `--isolated` mode. ([#434](https://github.com/heroku/buildpacks-python/pull/434)) - Added more Python project related file and directory names to the list recognised by buildpack detection. ([#435](https://github.com/heroku/buildpacks-python/pull/435)) -- Updated uv from 0.8.20 to 0.8.22. ([#431](https://github.com/heroku/buildpacks-python/pull/431)) +- Updated uv from 0.8.20 to 0.8.23. ([#431](https://github.com/heroku/buildpacks-python/pull/431) and [#436](https://github.com/heroku/buildpacks-python/pull/436)) ## [2.5.1] - 2025-09-23