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

Update pip to 23.1.2 and setuptools to 67.7.2 #1441

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Apr 27, 2023

  • Updates pip from 23.0.1 to 23.1.2
  • Updates setuptools from 67.6.1 to 67.7.2

See:
https://pip.pypa.io/en/stable/news/#v23-1-2
https://setuptools.pypa.io/en/stable/history.html#v67-7-2

The new pip version now outputs the origin of each requirement (eg the requirements file path which listed it). As such, the pip install invocations have also been adjusted to use a relative path to the app's requirements file, so that the log output doesn't end up including the full tmp directory path (eg (/tmp/build_d73c77c7/requirements.txt), which would make the logs more cluttered and harder to diff between builds.

Lastly, since #1442 has now landed, we no longer need to upload the new pip wheel version to S3, and so this pip upgrade just works as is.

GUS-W-12345615.
GUS-W-13108504.

@edmorley edmorley self-assigned this Apr 27, 2023
@edmorley edmorley force-pushed the update-pip-setuptools branch 2 times, most recently from 7128df4 to 1c5b842 Compare April 27, 2023 12:34
- Updates pip from 23.0.1 to 23.1.2
- Updates setuptools from 67.6.1 to 67.7.2

See:
https://pip.pypa.io/en/stable/news/#v23-1-2
https://setuptools.pypa.io/en/stable/history.html#v67-7-2

The new pip version now outputs the origin of each requirement (eg the requirements
file path which listed it). As such, the `pip install` invocations have also been adjusted
to use a relative path to the app's requirements file, so that the log output doesn't end
up including the full tmp directory path (eg `(/tmp/build_d73c77c7/requirements.txt`),
which would make the logs more cluttered and harder to diff between builds.

GUS-W-12345615.
GUS-W-13108504.
@edmorley edmorley force-pushed the update-pip-setuptools branch from 1c5b842 to 9323516 Compare April 27, 2023 12:46
@edmorley edmorley marked this pull request as ready for review April 27, 2023 12:51
@edmorley edmorley requested a review from a team as a code owner April 27, 2023 12:51
@edmorley edmorley mentioned this pull request Apr 27, 2023
@edmorley edmorley enabled auto-merge (squash) April 27, 2023 12:56
@edmorley edmorley merged commit 54d3c85 into main Apr 27, 2023
@edmorley edmorley deleted the update-pip-setuptools branch April 27, 2023 14:08
@edmorley
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants