From 958548ae84e33ed7b1a03b4a3d328ace56d25836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:47:39 +0000 Subject: [PATCH 1/3] Bump pip from 23.1.2 to 23.2 in /requirements Bumps [pip](https://github.com/pypa/pip) from 23.1.2 to 23.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.1.2...23.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 240ab1a7d..eddfd7995 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1 +1 @@ -pip==23.1.2 +pip==23.2 From 1717c53df963ba6b45a208a7d353dd706cadfbca Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 17 Jul 2023 13:03:14 +0100 Subject: [PATCH 2/3] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e87a561..94a148ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Updated pip from 23.1.2 to 23.2. ([#1465](https://github.com/heroku/heroku-buildpack-python/pull/1465)) - Update the Python 3.7 deprecation message to reflect that it has now reached end-of-life. ([#1460](https://github.com/heroku/heroku-buildpack-python/pull/1460)) ## v233 (2023-06-07) From b2f86c5affba96df8e9763e61cb159f3e167a58e Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 17 Jul 2023 13:03:49 +0100 Subject: [PATCH 3/3] Update test assertion for change in pip install output --- spec/hatchet/pip_spec.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/hatchet/pip_spec.rb b/spec/hatchet/pip_spec.rb index a1350e94d..08fb703ba 100644 --- a/spec/hatchet/pip_spec.rb +++ b/spec/hatchet/pip_spec.rb @@ -26,7 +26,9 @@ remote: -----> Installing SQLite3 remote: -----> Installing requirements with pip remote: Collecting urllib3 \\(from -r requirements.txt \\(line 1\\)\\) + remote: Obtaining dependency information for urllib3 from .* remote: Downloading urllib3-.* + remote: Downloading urllib3-.* remote: Installing collected packages: urllib3 remote: Successfully installed urllib3-.* REGEX @@ -65,9 +67,11 @@ remote: -----> Installing SQLite3 remote: -----> Installing requirements with pip remote: Collecting urllib3 \\(from -r requirements.txt \\(line 1\\)\\) + remote: Obtaining dependency information for urllib3 from .* remote: Downloading urllib3-.* remote: Collecting six \\(from -r requirements.txt \\(line 2\\)\\) remote: Downloading six-.* + remote: Downloading urllib3-.* remote: Installing collected packages: urllib3, six remote: Successfully installed six-.* urllib3-.* REGEX