Skip to content

Commit

Permalink
Bump pip from 24.2 to 24.3.1 (#285)
Browse files Browse the repository at this point in the history
* Bump pip from 24.2 to 24.3.1

Bumps [pip](https://github.com/pypa/pip) from 24.2 to 24.3.1.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@24.2...24.3.1)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update test

* Add changelog entry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
dependabot[bot] and edmorley authored Nov 4, 2024
1 parent 53be019 commit cc760b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated pip from 24.2 to 24.3.1. ([#285](https://github.com/heroku/buildpacks-python/pull/285))
- Updated Poetry from 1.8.3 to 1.8.4. ([#286](https://github.com/heroku/buildpacks-python/pull/286))

## [0.19.0] - 2024-10-10
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pip==24.2
pip==24.3.1
2 changes: 1 addition & 1 deletion tests/pip_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ fn pip_cache_previous_buildpack_version() {
Installing Python {DEFAULT_PYTHON_FULL_VERSION}
[Installing pip]
Discarding cached pip {PIP_VERSION}
Discarding cached pip 24.2
Installing pip {PIP_VERSION}
[Installing dependencies using pip]
Expand Down

0 comments on commit cc760b3

Please sign in to comment.