-
-
Notifications
You must be signed in to change notification settings - Fork 751
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
Pants: Upgrade from 2.23.0a0 to 2.25.0 #6312
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ff7ec39
to
21ff5dc
Compare
Lockfile diff: lockfiles/pants-plugins.lock [pants-plugins] == Upgraded dependencies == attrs 24.2.0 --> 25.1.0 pantsbuild-pants 2.23.0a0 --> 2.24.2 pantsbuild-pants-testutil 2.23.0a0 --> 2.24.2 pyparsing 3.1.4 --> 3.2.1 six 1.16.0 --> 1.17.0 tomli 2.0.1 --> 2.2.1 == Removed dependencies == pex 2.16.2
Lockfile diff: lockfiles/pants-plugins.lock [pants-plugins] == Upgraded dependencies == attrs 25.1.0 --> 25.3.0 pantsbuild-pants 2.24.2 --> 2.25.0 pantsbuild-pants-testutil 2.24.2 --> 2.25.0
This is based on changes in pants: - pantsbuild/pants#18431 - pantsbuild/pants#21894 Lockfile diff: lockfiles/twine.lock [twine] == Upgraded dependencies == jeepney 0.8.0 --> 0.9.0 nh3 0.2.20 --> 0.2.21 pkginfo 1.12.0 --> 1.12.1.2 twine 3.7.1 --> 4.0.2 == !! Downgraded dependencies !! == importlib-metadata 8.5.0 --> 7.2.1 == Added dependencies == markdown-it-py 3.0.0 mdurl 0.1.2 rich 13.9.4 typing-extensions 4.12.2 == Removed dependencies == tqdm 4.67.1
f1d0959
to
b2e0123
Compare
nzlosh
approved these changes
Mar 19, 2025
rush-skills
approved these changes
Mar 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
external dependency
maintenance
pantsbuild
python3
size/XL
PR that changes 500-999 lines. Consider splitting work into several ones that easier to review.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR bumps pants from 2.23.0a0 to 2.25.0. This release brings several improvements/fixes:
pants-plugins/
now targets python 3.11.pantsbuild/actions/init-pants
GHA action to v10.pants-plugins/release
plugin to make use of this.pants.toml
) changes:pants.toml
options parsing from python to rust, so it should be a bit faster.ST2TESTS_*
vars are mentioned in the release notes as one of the target use-cases.Other changes in this PR:
lockfiles/pants-plugins.lock
Note that pants 2.25 uses python 3.11 instead of python 3.9. This only affects the
pants-plugins
resolve (ie code under thepants-plugins/
directory). Our code continues to have our own interpreter constraints (in thest2
resolve).lockfiles/twine.lock
This was only bumped to capture an issue that was fixed in pants 2.25 by constraining the version of importlib-metadata. We don't use twine officially yet, so just copy the requirements from pants.