Update dependency rich to v14.3.1 #47

Open
renovate wants to merge 1 commit from renovate/rich-14.x into main
Collaborator

This PR contains the following updates:

Package Update Change
rich minor ==14.2.0==14.3.1

Release Notes

Textualize/rich (rich)

v14.3.1

Compare Source

Fixed
  • Fixed characters out of unicode range reporting a cell size if 0 #​3944

v14.3.0

Compare Source

Fixed
  • IPython now respects when a Console instance is passed to pretty.install #​3915
  • Fixed extraneous blank line on non-interactive disabled Progress #​3905
  • Fixed extra padding on first cell in columns #​3935
  • Fixed trailing whitespace removed when soft_wrap=True #​3937
  • Fixed style new-lines when soft_wrap = True and a print style is set #​3938
Added
  • Added support for some multi-codepopint glyphs (will fix alignment issues for these characters) #​3930
  • Added support for UNICODE_VERSION environment variable #​3930
  • Added last_render_height property to LiveRender #​3934
  • Expose locals_max_depth and locals_overflow in traceback.install #​3906/
  • Added Segment.split_lines_terminator #​3938
Changed
  • cells.cell_len now has a unicode_version parameter (that you probably should never change) #​3930
  • Live will not write a new line if there was nothing rendered #​3934
  • Changed style of Markdown headers #​3942
  • Changed style of Markdown tables, added markdown.table.header and markdown.table.border styles #​3942
  • Changed style of Markdown rules #​3942

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | Update | Change | |---|---|---| | [rich](https://github.com/Textualize/rich) | minor | `==14.2.0` → `==14.3.1` | --- ### Release Notes <details> <summary>Textualize/rich (rich)</summary> ### [`v14.3.1`](https://github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1431---2026-01-24) [Compare Source](https://github.com/Textualize/rich/compare/v14.3.0...v14.3.1) ##### Fixed - Fixed characters out of unicode range reporting a cell size if 0 [#&#8203;3944](https://github.com/Textualize/rich/pull/3944) ### [`v14.3.0`](https://github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1430---2026-01-24) [Compare Source](https://github.com/Textualize/rich/compare/v14.2.0...v14.3.0) ##### Fixed - IPython now respects when a `Console` instance is passed to `pretty.install` [#&#8203;3915](https://github.com/Textualize/rich/pull/3915) - Fixed extraneous blank line on non-interactive disabled `Progress` [#&#8203;3905](https://github.com/Textualize/rich/pull/3905) - Fixed extra padding on first cell in columns [#&#8203;3935](https://github.com/Textualize/rich/pull/3935) - Fixed trailing whitespace removed when soft\_wrap=True [#&#8203;3937](https://github.com/Textualize/rich/pull/3937) - Fixed style new-lines when soft\_wrap = True and a print style is set [#&#8203;3938](https://github.com/Textualize/rich/pull/3938) ##### Added - Added support for some multi-codepopint glyphs (will fix alignment issues for these characters) [#&#8203;3930](https://github.com/Textualize/rich/pull/3930) - Added support for `UNICODE_VERSION` environment variable [#&#8203;3930](https://github.com/Textualize/rich/pull/3930) - Added `last_render_height` property to LiveRender [#&#8203;3934](https://github.com/Textualize/rich/pull/3934) - Expose locals\_max\_depth and locals\_overflow in traceback.install [#&#8203;3906/](https://github.com/Textualize/rich/pull/3906/) - Added `Segment.split_lines_terminator` [#&#8203;3938](https://github.com/Textualize/rich/pull/3938) ##### Changed - `cells.cell_len` now has a `unicode_version` parameter (that you probably should never change) [#&#8203;3930](https://github.com/Textualize/rich/pull/3930) - Live will not write a new line if there was nothing rendered [#&#8203;3934](https://github.com/Textualize/rich/pull/3934) - Changed style of Markdown headers [#&#8203;3942](https://github.com/Textualize/rich/pull/3942) - Changed style of Markdown tables, added `markdown.table.header` and `markdown.table.border` styles [#&#8203;3942](https://github.com/Textualize/rich/pull/3942) - Changed style of Markdown rules [#&#8203;3942](https://github.com/Textualize/rich/pull/3942) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi40IiwidXBkYXRlZEluVmVyIjoiNDIuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate scheduled this pull request to auto merge when all checks succeed 2026-01-26 00:06:32 +01:00
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/rich-14.x:renovate/rich-14.x
git switch renovate/rich-14.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 main
git merge --no-ff renovate/rich-14.x
git switch renovate/rich-14.x
git rebase main
git switch main
git merge --ff-only renovate/rich-14.x
git switch renovate/rich-14.x
git rebase main
git switch main
git merge --no-ff renovate/rich-14.x
git switch main
git merge --squash renovate/rich-14.x
git switch main
git merge --ff-only renovate/rich-14.x
git switch main
git merge renovate/rich-14.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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
secondhemd/shcloud!47
No description provided.