Skip to content

Commit 75dd5af

Browse files
Bump uv from 0.10.7 to 0.10.9 (#2049)
* Bump uv from 0.10.7 to 0.10.9 Bumps [uv](https://github.com/astral-sh/uv) from 0.10.7 to 0.10.9. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.10.7...0.10.9) --- updated-dependencies: - dependency-name: uv dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Add changelog entry * Update detection test output Since the wording of the build system part of the error message has since been changed in as part of fixing links to Dev Center. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
1 parent 4f3aa88 commit 75dd5af

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
- Updated uv from 0.10.7 to 0.10.9. ([#2049](https://github.com/heroku/heroku-buildpack-python/pull/2049))
56

67
## [v338] - 2026-03-03
78

requirements/uv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uv==0.10.7
1+
uv==0.10.9

spec/hatchet/detect_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
remote: ! https://devcenter.heroku.com/articles/python-support
4949
remote:
5050
remote:
51-
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
51+
remote: More info: https://devcenter.heroku.com/articles/buildpacks#buildpack-auto-detection
5252
OUTPUT
5353
end
5454
end

0 commit comments

Comments
 (0)