Skip to content

Commit 323d514

Browse files
Update dependency dist/build to v1.2.1 (#88)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dist/build](https://togithub.com/pypa/build) ([changelog](https://build.pypa.io/en/stable/changelog.html)) | `==1.1.1` -> `==1.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/dist%2fbuild/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/dist%2fbuild/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/dist%2fbuild/1.1.1/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/dist%2fbuild/1.1.1/1.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pypa/build (dist/build)</summary> ### [`v1.2.1`](https://togithub.com/pypa/build/blob/HEAD/CHANGELOG.rst#121-2024-03-28) [Compare Source](https://togithub.com/pypa/build/compare/1.2.0...1.2.1) \================== - Avoid error when terminal width is undetectable on Python < 3.11 (PR :pr:`761`) ### [`v1.2.0`](https://togithub.com/pypa/build/blob/HEAD/CHANGELOG.rst#120-2024-03-27) [Compare Source](https://togithub.com/pypa/build/compare/1.1.1...1.2.0) \================== - Add `--installer` option, supporting `pip` and `uv`. Added `uv` extra. (PR :pr:`751`) - Improve console output and provide `-v` for dependency installation (PR :pr:`749`) - Avoid compiling unused bytecode when using `pip` (PR :pr:`752`) - Dropped support for Python 3.7 (PR :pr:`743`) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/lettuce-financial/github-bot-signed-commit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
2 parents 8bbac89 + 75a350a commit 323d514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
[project.optional-dependencies]
1717

1818
dist = [
19-
"build==1.1.1",
19+
"build==1.2.1",
2020
]
2121

2222
style = [

0 commit comments

Comments
 (0)