Bump build from 1.1.1 to 1.2.1 in /client
Bumps build from 1.1.1 to 1.2.1.
Release notes
Sourced from build's releases.
Version 1.2.1
What's Changed
- Avoid error when terminal width is undetectable on Python < 3.11 (PR #761)
Full Changelog: https://github.com/pypa/build/compare/1.2.0...1.2.1
Version 1.2.0
What's Changed
- Add
--installeroption, supportingpipanduv. Addeduvextra. (PR #751)- Improve console output and provide
-vfor dependency installation (PR #749)- Avoid compiling unused bytecode when using
pip(PR #752)- Dropped support for Python 3.7 (PR #743)
Full Changelog: https://github.com/pypa/build/compare/1.1.1...1.2.0
Changelog
Sourced from build's changelog.
1.2.1 (2024-03-28)
- Avoid error when terminal width is undetectable on Python < 3.11 (PR :pr:
761)1.2.0 (2024-03-27)
- Add
--installeroption, supportingpipanduv. Addeduvextra. (PR :pr:751)- Improve console output and provide
-vfor dependency installation (PR :pr:749)- Avoid compiling unused bytecode when using
pip(PR :pr:752)- Dropped support for Python 3.7 (PR :pr:
743)
Commits
1e67c06chore: bump version number to 1.2.1e5072e3fix: support min width not detectable (#761)d5fb6fbchore: prepare for 1.2.0 (#758)1ae6eb1pre-commit: bump repositories (#757)a1f005dpre-commit: bump repositories (#756)5076a56uv: support double verbosity flag5662669chore: bump mypy24c513dchore: reformat using Black 2024 style08cdb76ruff: bump version and update config97ea57bperf: avoid compiling unused bytecode (#752)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.47%. Comparing base (
e848ed6) to head (d2e4195). Report is 11 commits behind head on main.
:exclamation: Current head d2e4195 differs from pull request most recent head 6eb2c3e
Please upload reports for the commit 6eb2c3e to get more accurate results.
Additional details and impacted files
@@ Coverage Diff @@
## main #651 +/- ##
=======================================
Coverage 99.47% 99.47%
=======================================
Files 5 5
Lines 2298 2302 +4
=======================================
+ Hits 2286 2290 +4
Misses 12 12
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot recreate