Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pip from 23.1.2 to 23.2 in /requirements #1465

Merged
merged 3 commits into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pip==23.1.2
pip==23.2
4 changes: 4 additions & 0 deletions spec/hatchet/pip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down