From fa4067f2cee0532e6c8e7bd5138ece700874a1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:02:17 +0000 Subject: [PATCH] Bump setuptools from 68.0.0 to 68.2.2 (#1501) * Bump setuptools from 68.0.0 to 68.2.2 Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 68.2.2. - [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.0.0...v68.2.2) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... 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 5c0173cfb..fe125dabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Unreleased] +- Updated setuptools from 68.0.0 to 68.2.2. ([#1501](https://github.com/heroku/heroku-buildpack-python/pull/1501)) ## [v239] - 2023-11-08 diff --git a/requirements/setuptools.txt b/requirements/setuptools.txt index 23e605ab9..2d14540d3 100644 --- a/requirements/setuptools.txt +++ b/requirements/setuptools.txt @@ -1 +1 @@ -setuptools==68.0.0 +setuptools==68.2.2