Upgrade: [dependabot] - bump rich from 14.2.0 to 14.3.1#2675
Merged
eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom Jan 31, 2026
Merged
Upgrade: [dependabot] - bump rich from 14.2.0 to 14.3.1#2675eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom
eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom
Conversation
Contributor
|
This PR is raised by Dependabot to update a dependency. |
Bumps [rich](https://github.com/Textualize/rich) from 14.2.0 to 14.3.1. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.2.0...v14.3.1) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
8f20a03
7098e7d to
8f20a03
Compare
|
tstephen-nhs
pushed a commit
that referenced
this pull request
Feb 3, 2026
Bumps [rich](https://github.com/Textualize/rich) from 14.2.0 to 14.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/releases">rich's releases</a>.</em></p> <blockquote> <h2>The Nerdy Fix release</h2> <p>Fixed issue with characters outside of unicode range reporting 0 cell size</p> <h2>[14.3.1] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>Fixed characters out of unicode range reporting a cell size if 0 <a href="https://redirect.github.com/Textualize/rich/pull/3944">Textualize/rich#3944</a></li> </ul> <h2>The more emojis release</h2> <p>Rich now has support for multi-codepoint emojis. There have also been some Markdown improvements, and a number of fixes. See the release notes below for details.</p> <h2>[14.3.0] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>IPython now respects when a <code>Console</code> instance is passed to <code>pretty.install</code> <a href="https://redirect.github.com/Textualize/rich/pull/3915">Textualize/rich#3915</a></li> <li>Fixed extraneous blank line on non-interactive disabled <code>Progress</code> <a href="https://redirect.github.com/Textualize/rich/pull/3905">Textualize/rich#3905</a></li> <li>Fixed extra padding on first cell in columns <a href="https://redirect.github.com/Textualize/rich/pull/3935">Textualize/rich#3935</a></li> <li>Fixed trailing whitespace removed when soft_wrap=True <a href="https://redirect.github.com/Textualize/rich/pull/3937">Textualize/rich#3937</a></li> <li>Fixed style new-lines when soft_wrap = True and a print style is set <a href="https://redirect.github.com/Textualize/rich/pull/3938">Textualize/rich#3938</a></li> </ul> <h3>Added</h3> <ul> <li>Added support for some multi-codepopint glyphs (will fix alignment issues for these characters) <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Added support for <code>UNICODE_VERSION</code> environment variable <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Added <code>last_render_height</code> property to LiveRender <a href="https://redirect.github.com/Textualize/rich/pull/3934">Textualize/rich#3934</a></li> <li>Expose locals_max_depth and locals_overflow in traceback.install <a href="https://redirect.github.com/Textualize/rich/pull/3906/">Textualize/rich#3906</a></li> <li>Added <code>Segment.split_lines_terminator</code> <a href="https://redirect.github.com/Textualize/rich/pull/3938">Textualize/rich#3938</a></li> </ul> <h3>Changed</h3> <ul> <li><code>cells.cell_len</code> now has a <code>unicode_version</code> parameter (that you probably should never change) <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Live will not write a new line if there was nothing rendered <a href="https://redirect.github.com/Textualize/rich/pull/3934">Textualize/rich#3934</a></li> <li>Changed style of Markdown headers <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> <li>Changed style of Markdown tables, added <code>markdown.table.header</code> and <code>markdown.table.border</code> styles <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> <li>Changed style of Markdown rules <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's changelog</a>.</em></p> <blockquote> <h2>[14.3.1] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>Fixed characters out of unicode range reporting a cell size if 0 <a href="https://redirect.github.com/Textualize/rich/pull/3944">Textualize/rich#3944</a></li> </ul> <h2>[14.3.0] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li>IPython now respects when a <code>Console</code> instance is passed to <code>pretty.install</code> <a href="https://redirect.github.com/Textualize/rich/pull/3915">Textualize/rich#3915</a></li> <li>Fixed extraneous blank line on non-interactive disabled <code>Progress</code> <a href="https://redirect.github.com/Textualize/rich/pull/3905">Textualize/rich#3905</a></li> <li>Fixed extra padding on first cell in columns <a href="https://redirect.github.com/Textualize/rich/pull/3935">Textualize/rich#3935</a></li> <li>Fixed trailing whitespace removed when soft_wrap=True <a href="https://redirect.github.com/Textualize/rich/pull/3937">Textualize/rich#3937</a></li> <li>Fixed style new-lines when soft_wrap = True and a print style is set <a href="https://redirect.github.com/Textualize/rich/pull/3938">Textualize/rich#3938</a></li> </ul> <h3>Added</h3> <ul> <li>Added support for some multi-codepopint glyphs (will fix alignment issues for these characters) <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Added support for <code>UNICODE_VERSION</code> environment variable <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Added <code>last_render_height</code> property to LiveRender <a href="https://redirect.github.com/Textualize/rich/pull/3934">Textualize/rich#3934</a></li> <li>Expose locals_max_depth and locals_overflow in traceback.install <a href="https://redirect.github.com/Textualize/rich/pull/3906/">Textualize/rich#3906</a></li> <li>Added <code>Segment.split_lines_terminator</code> <a href="https://redirect.github.com/Textualize/rich/pull/3938">Textualize/rich#3938</a></li> </ul> <h3>Changed</h3> <ul> <li><code>cells.cell_len</code> now has a <code>unicode_version</code> parameter (that you probably should never change) <a href="https://redirect.github.com/Textualize/rich/pull/3930">Textualize/rich#3930</a></li> <li>Live will not write a new line if there was nothing rendered <a href="https://redirect.github.com/Textualize/rich/pull/3934">Textualize/rich#3934</a></li> <li>Changed style of Markdown headers <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> <li>Changed style of Markdown tables, added <code>markdown.table.header</code> and <code>markdown.table.border</code> styles <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> <li>Changed style of Markdown rules <a href="https://redirect.github.com/Textualize/rich/pull/3942">Textualize/rich#3942</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/f2a1c3b8a8f7edc41b1954cc3fb66bae32293a5e"><code>f2a1c3b</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3944">#3944</a> from Textualize/nerf-fonts</li> <li><a href="https://github.com/Textualize/rich/commit/2e5a5dad304b59d75aa4b4ed6cae031693e3615e"><code>2e5a5da</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/73ee8232e7ea72a90130ccf67d8ffefd4122e9f4"><code>73ee823</code></a> fix fonts</li> <li><a href="https://github.com/Textualize/rich/commit/36fe3f7ca9becca4777861d5e6e625f5a4a37545"><code>36fe3f7</code></a> docstring</li> <li><a href="https://github.com/Textualize/rich/commit/9a99acc97d26d7832200a271ed8e95dd59df10c7"><code>9a99acc</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3828">#3828</a> from RyanSharafuddin/master</li> <li><a href="https://github.com/Textualize/rich/commit/2f56d4d1d22d901b444cfc731230e0f715498256"><code>2f56d4d</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3942">#3942</a> from Textualize/markdown-style</li> <li><a href="https://github.com/Textualize/rich/commit/97b5beacc3d9c1336d4bc6a3d69fec363bfe5d2c"><code>97b5bea</code></a> typo</li> <li><a href="https://github.com/Textualize/rich/commit/9303d77e8d41c6f43c090420f921dd3fc66ebfd1"><code>9303d77</code></a> markdown test</li> <li><a href="https://github.com/Textualize/rich/commit/900052cd5a67d43be8a484703c17599de6f88dea"><code>900052c</code></a> bump</li> <li><a href="https://github.com/Textualize/rich/commit/e9b0e19158034a49f2d7048cdf82d7146e59715f"><code>e9b0e19</code></a> Update to markdown styles</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v14.2.0...v14.3.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps rich from 14.2.0 to 14.3.1.
Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
f2a1c3bMerge pull request #3944 from Textualize/nerf-fonts2e5a5dachangelog73ee823fix fonts36fe3f7docstring9a99accMerge pull request #3828 from RyanSharafuddin/master2f56d4dMerge pull request #3942 from Textualize/markdown-style97b5beatypo9303d77markdown test900052cbumpe9b0e19Update to markdown stylesDependabot 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)