Skip to content

Upgrade: [dependabot] - bump rich from 14.2.0 to 14.3.1#2675

Merged
eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom
dependabot/pip/rich-14.3.1
Jan 31, 2026
Merged

Upgrade: [dependabot] - bump rich from 14.2.0 to 14.3.1#2675
eps-autoapprove-dependabot[bot] merged 1 commit intomainfrom
dependabot/pip/rich-14.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 30, 2026

Bumps rich from 14.2.0 to 14.3.1.

Release notes

Sourced from rich's releases.

The Nerdy Fix release

Fixed issue with characters outside of unicode range reporting 0 cell size

[14.3.1] - 2026-01-24

Fixed

The more emojis release

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.

[14.3.0] - 2026-01-24

Fixed

Added

Changed

Changelog

Sourced from rich's changelog.

[14.3.1] - 2026-01-24

Fixed

[14.3.0] - 2026-01-24

Fixed

Added

Changed

Commits

Dependabot compatibility score

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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR is raised by Dependabot to update a dependency.

Copy link
Copy Markdown

@eps-autoapprove-dependabot eps-autoapprove-dependabot Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

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>
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

@eps-autoapprove-dependabot eps-autoapprove-dependabot Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@eps-autoapprove-dependabot eps-autoapprove-dependabot Bot merged commit 9cf7e8a into main Jan 31, 2026
16 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/rich-14.3.1 branch January 31, 2026 10:16
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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rich&package-manager=pip&previous-version=14.2.0&new-version=14.3.1)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants