From 0abcf8818604d5b3a08153b8e8bba0e8981e2fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:21:00 +0000 Subject: [PATCH] Bump setuptools from 68.2.2 to 69.2.0 (#1553) * Bump setuptools from 68.2.2 to 69.2.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 69.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.2.2...v69.2.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Add changelog entry --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- CHANGELOG.md | 1 + requirements/setuptools.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3693b3e75..f7c908daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [Unreleased] - Updated pip from 23.3.2 to 24.0. ([#1541](https://github.com/heroku/heroku-buildpack-python/pull/1541)) +- Updated setuptools from 68.2.2 to 69.2.0. ([#1553](https://github.com/heroku/heroku-buildpack-python/pull/1553)) ## [v245] - 2024-03-21 diff --git a/requirements/setuptools.txt b/requirements/setuptools.txt index 2d14540d3..823f43c3b 100644 --- a/requirements/setuptools.txt +++ b/requirements/setuptools.txt @@ -1 +1 @@ -setuptools==68.2.2 +setuptools==69.2.0