build(deps): Bump pip tools to >= 7.4.0#1841
Merged
aignas merged 4 commits intobazel-contrib:mainfrom Apr 18, 2024
Merged
Conversation
dougthor42
commented
Apr 11, 2024
| "pypi__build", | ||
| "https://files.pythonhosted.org/packages/58/91/17b00d5fac63d3dca605f1b8269ba3c65e98059e1fd99d00283e42a454f0/build-0.10.0-py3-none-any.whl", | ||
| "af266720050a66c893a6096a2f410989eeac74ff9a68ba194b3f6473e8e26171", | ||
| "https://files.pythonhosted.org/packages/e2/03/f3c8ba0a6b6e30d7d18c40faab90807c9bb5e9a1e3b2fe2008af624a9c97/build-1.2.1-py3-none-any.whl", |
Collaborator
Author
There was a problem hiding this comment.
pip_tools v7.4.0 (coincidentlaly, the same jazzband/pip-tools#1979 that I'm interested in using) also pinned build >= 1.0.0. In pip_tools <= 7.3.0, build did not have any version specifier.
aignas
requested changes
Apr 17, 2024
Collaborator
aignas
left a comment
There was a problem hiding this comment.
Please include the changes to the CHANGELOG.md.
Collaborator
Author
|
😱 Oops, I'm really bad at remembering to do that. Sorry! Updated. I also noticed that there were two "Changed" sections so I merged them. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bump pip_tools to >= 7.4.0 so that we can make use of better
pyproject.tomlparsing error messages during compiling.Specifically: jazzband/pip-tools#1979