chore(deps): update dependency build to v1.5.1 #41

Open
renovate-bot wants to merge 1 commit from renovate/build-1.x into master
Member

This PR contains the following updates:

Package Change Age Confidence
build (changelog) ==1.5.0 -> ==1.5.1 age confidence

Release Notes

pypa/build (build)

v1.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/build/compare/1.5.0...1.5.1


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [build](https://github.com/pypa/build) ([changelog](https://build.pypa.io/en/stable/changelog.html)) | `==1.5.0` -> `==1.5.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/build/1.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/build/1.5.0/1.5.1?slim=true) | --- ### Release Notes <details> <summary>pypa/build (build)</summary> ### [`v1.5.1`](https://github.com/pypa/build/releases/tag/1.5.1) [Compare Source](https://github.com/pypa/build/compare/1.5.0...1.5.1) <!-- Release notes generated using configuration in .github/release.yml at 1.5.1 --> #### What's Changed - ✨ feat(cli): accept sdist tarball as srcdir argument by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1057](https://github.com/pypa/build/pull/1057) - chore: drop 3.9 branches for version\_info checks by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1059](https://github.com/pypa/build/pull/1059) - tests: skip test\_uv\_install\_strips\_pythonpath with missing uv by [@&#8203;mtelka](https://github.com/mtelka) in [#&#8203;1063](https://github.com/pypa/build/pull/1063) - chore: remove myself from codeowners by [@&#8203;FFY00](https://github.com/FFY00) in [#&#8203;1066](https://github.com/pypa/build/pull/1066) - refactor: safe\_extractall to use pathlib.Path by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1060](https://github.com/pypa/build/pull/1060) - ci: secure GitHub Actions workflows by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1068](https://github.com/pypa/build/pull/1068) - test: cover config settings forwarding in build\_package and build\_package\_via\_sdist by [@&#8203;terminalchai](https://github.com/terminalchai) in [#&#8203;1058](https://github.com/pypa/build/pull/1058) - Revert "build(deps): bump virtualenv from 20.17 to 20.36.1" by [@&#8203;layday](https://github.com/layday) in [#&#8203;1076](https://github.com/pypa/build/pull/1076) - Revert "build(deps): bump wheel from 0.36.0 to 0.38.1" by [@&#8203;layday](https://github.com/layday) in [#&#8203;1075](https://github.com/pypa/build/pull/1075) - Revert "build(deps): bump pip from 22.3 to 26.1" by [@&#8203;layday](https://github.com/layday) in [#&#8203;1074](https://github.com/pypa/build/pull/1074) - 👷 ci: enforce lazy imports with flake8-lazy by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1088](https://github.com/pypa/build/pull/1088) - ✨ feat(deps): show wanted vs found in missing-deps error by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1082](https://github.com/pypa/build/pull/1082) - 👷 ci: align action pin version comments by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1091](https://github.com/pypa/build/pull/1091) - docs: update isolated env example to use DefaultIsolatedEnv by [@&#8203;shenxianpeng](https://github.com/shenxianpeng) in [#&#8203;1090](https://github.com/pypa/build/pull/1090) - 🧪 test: compact test\_parse\_args with a typed make\_kwargs helper by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1092](https://github.com/pypa/build/pull/1092) - ♻️ refactor(typing): ban explicit Any across src and tests by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1093](https://github.com/pypa/build/pull/1093) - ✨ feat(cli): warn on valueless config settings by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1081](https://github.com/pypa/build/pull/1081) - ✨ feat(cli): add --sdist-extract-dir to reuse compiler caches by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1085](https://github.com/pypa/build/pull/1085) - ⚠️ feat(util): deprecate project\_wheel\_metadata by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1084](https://github.com/pypa/build/pull/1084) - chore: bump pre-commit tags by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1095](https://github.com/pypa/build/pull/1095) - ✨ feat: report resolved build dependency versions by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1086](https://github.com/pypa/build/pull/1086) - ✨ feat(env): control the isolated build environment location by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1083](https://github.com/pypa/build/pull/1083) - ✨ feat(cli): machine-readable build report, and metadata from a wheel by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1080](https://github.com/pypa/build/pull/1080) - 🐛 fix(cli): drain verbose subprocess output without a worker thread by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1098](https://github.com/pypa/build/pull/1098) - ♻️ refactor(cli): minor cleanups in builder and CLI by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1099](https://github.com/pypa/build/pull/1099) - 🐛 fix(env): reject a file as --env-dir and drop a mutable default by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1100](https://github.com/pypa/build/pull/1100) - chore: add classifier for 3.15 (testing on beta already) by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1104](https://github.com/pypa/build/pull/1104) - chore: add lockfiles to gitignore by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1101](https://github.com/pypa/build/pull/1101) - chore: add check-dist by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1103](https://github.com/pypa/build/pull/1103) - ✨ feat(cli): surface debug paths when a backend build fails by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1087](https://github.com/pypa/build/pull/1087) - docs: shorten changelog entries to concise highlights by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1105](https://github.com/pypa/build/pull/1105) - chore(deps): raise dependency floors to 3.10 minimums and drop pytest cap by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1107](https://github.com/pypa/build/pull/1107) - chore: bump mypy, restrict pytest 9.1.0 by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1108](https://github.com/pypa/build/pull/1108) - fix(cli): fix CLI warnings being written to stdout instead of stderr by [@&#8203;ymyzk](https://github.com/ymyzk) in [#&#8203;1111](https://github.com/pypa/build/pull/1111) - Bump vulnerable dependency floors (virtualenv, wheel) by [@&#8203;gaborbernat](https://github.com/gaborbernat) in [#&#8203;1113](https://github.com/pypa/build/pull/1113) - chore: default --installer to pip in argparse by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1117](https://github.com/pypa/build/pull/1117) - fix: build correct dest path in Windows symlink support probe by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1118](https://github.com/pypa/build/pull/1118) - fix: derive dist-info directory from wheel contents, not filename by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1119](https://github.com/pypa/build/pull/1119) - fix: use LF instead of os.linesep when writing pip/uv requirements files by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1120](https://github.com/pypa/build/pull/1120) - fix: decide color support per output stream, not solely from stdout by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1123](https://github.com/pypa/build/pull/1123) - refactor: open the wheel only once in metadata\_path by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1126](https://github.com/pypa/build/pull/1126) - fix: minor robustness fixes from code review by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1121](https://github.com/pypa/build/pull/1121) - refactor: simplify code paths found in review by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1124](https://github.com/pypa/build/pull/1124) - perf: memoize check\_dependency by [@&#8203;henryiii](https://github.com/henryiii) in [#&#8203;1122](https://github.com/pypa/build/pull/1122) - test: isolate color tests from NO\_COLOR and FORCE\_COLOR by [@&#8203;Yearnzq](https://github.com/Yearnzq) in [#&#8203;1128](https://github.com/pypa/build/pull/1128) #### New Contributors - [@&#8203;mtelka](https://github.com/mtelka) made their first contribution in [#&#8203;1063](https://github.com/pypa/build/pull/1063) - [@&#8203;shenxianpeng](https://github.com/shenxianpeng) made their first contribution in [#&#8203;1090](https://github.com/pypa/build/pull/1090) - [@&#8203;ymyzk](https://github.com/ymyzk) made their first contribution in [#&#8203;1111](https://github.com/pypa/build/pull/1111) - [@&#8203;Yearnzq](https://github.com/Yearnzq) made their first contribution in [#&#8203;1128](https://github.com/pypa/build/pull/1128) **Full Changelog**: <https://github.com/pypa/build/compare/1.5.0...1.5.1> </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
chore(deps): update dependency build to v1.5.1
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
3316b770bb
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/build-1.x:renovate/build-1.x
git switch renovate/build-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/build-1.x
git switch renovate/build-1.x
git rebase master
git switch master
git merge --ff-only renovate/build-1.x
git switch renovate/build-1.x
git rebase master
git switch master
git merge --no-ff renovate/build-1.x
git switch master
git merge --squash renovate/build-1.x
git switch master
git merge --ff-only renovate/build-1.x
git switch master
git merge renovate/build-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mCaptcha/mcaptcha-api-py!41
No description provided.