Skip to content

Commit

Permalink
Update setuptools from 67.7.2 to 67.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Jun 7, 2023
1 parent 22dafda commit 012fa73
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 @@ -4,6 +4,7 @@

- Python 3.7.17, 3.8.17, 3.9.17, 3.10.12 and 3.11.4 are now available ([#1454](https://github.com/heroku/heroku-buildpack-python/pull/1454)).
- The default Python version for new apps is now 3.11.4 (previously 3.11.3) ([#1454](https://github.com/heroku/heroku-buildpack-python/pull/1454)).
- Updated setuptools from 67.7.2 to 67.8.0. ([#1456](https://github.com/heroku/heroku-buildpack-python/pull/1456))
- Removed support for Heroku-18. ([#1449](https://github.com/heroku/heroku-buildpack-python/pull/1449))

## v232 (2023-04-27)
Expand Down
2 changes: 1 addition & 1 deletion bin/steps/python
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ else
fi

PIP_VERSION='23.1.2'
SETUPTOOLS_VERSION='67.7.2'
SETUPTOOLS_VERSION='67.8.0'
WHEEL_VERSION='0.40.0'

puts-step "Installing pip ${PIP_VERSION}, setuptools ${SETUPTOOLS_VERSION} and wheel ${WHEEL_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
DEFAULT_PYTHON_VERSION = LATEST_PYTHON_3_11

PIP_VERSION = '23.1.2'
SETUPTOOLS_VERSION = '67.7.2'
SETUPTOOLS_VERSION = '67.8.0'
WHEEL_VERSION = '0.40.0'

# Work around the return value for `default_buildpack` changing after deploy:
Expand Down

0 comments on commit 012fa73

Please sign in to comment.