Update dependency rich to v14.3.2 #47

Merged
renovate merged 1 commit from renovate/rich-14.x into main 2026-02-01 18:05:49 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
rich minor ==14.2.0==14.3.2

Release Notes

Textualize/rich (rich)

v14.3.2

Compare Source

Fixed
  • Fixed solo ZWJ crash #​3953
  • Fixed control codes reporting width of 1 #​3953

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.2` | --- ### Release Notes <details> <summary>Textualize/rich (rich)</summary> ### [`v14.3.2`](https://github.com/Textualize/rich/blob/HEAD/CHANGELOG.md#1432---2026-02-01) [Compare Source](https://github.com/Textualize/rich/compare/v14.3.1...v14.3.2) ##### Fixed - Fixed solo ZWJ crash [#&#8203;3953](https://github.com/Textualize/rich/pull/3953) - Fixed control codes reporting width of 1 [#&#8203;3953](https://github.com/Textualize/rich/pull/3953) ### [`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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi40IiwidXBkYXRlZEluVmVyIjoiNDMuMC44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate scheduled this pull request to auto merge when all checks succeed 2026-01-26 00:06:32 +01:00
renovate force-pushed renovate/rich-14.x from 13bfe6017a to 4a6a8af8d5 2026-02-01 18:05:47 +01:00 Compare
renovate changed title from Update dependency rich to v14.3.1 to Update dependency rich to v14.3.2 2026-02-01 18:05:48 +01:00
renovate deleted branch renovate/rich-14.x 2026-02-01 18:05:50 +01:00
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.