From a534dc3a705d8bf004a6bd4fd8d54c5d3ba4a30d Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:37:06 +0000 Subject: [PATCH] Prepare release v6.5.2 ## heroku/python ### Changed - Updated pip from 26.1.1 to 26.1.2. ([#576](https://github.com/heroku/buildpacks-python/pull/576)) - Updated Poetry from 2.4.0 to 2.4.1. ([#576](https://github.com/heroku/buildpacks-python/pull/576)) - Updated uv from 0.11.11 to 0.11.19. ([#576](https://github.com/heroku/buildpacks-python/pull/576)) --- CHANGELOG.md | 5 ++++- buildpack.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 837f075..498d2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.5.2] - 2026-06-04 + ### Changed - Updated pip from 26.1.1 to 26.1.2. ([#576](https://github.com/heroku/buildpacks-python/pull/576)) @@ -658,7 +660,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation. ([#3](https://github.com/heroku/buildpacks-python/pull/3)) -[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.5.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-python/compare/v6.5.2...HEAD +[6.5.2]: https://github.com/heroku/buildpacks-python/compare/v6.5.1...v6.5.2 [6.5.1]: https://github.com/heroku/buildpacks-python/compare/v6.5.0...v6.5.1 [6.5.0]: https://github.com/heroku/buildpacks-python/compare/v6.4.1...v6.5.0 [6.4.1]: https://github.com/heroku/buildpacks-python/compare/v6.4.0...v6.4.1 diff --git a/buildpack.toml b/buildpack.toml index 1e4ce95..a9fae45 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/python" -version = "6.5.1" +version = "6.5.2" name = "Heroku Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's buildpack for Python applications."