Skip to content

chore(deps): bump rich from 14.3.2 to 15.0.0 - #24305

Merged
Jefffrey merged 1 commit into
mainfrom
dependabot/uv/rich-15.0.0
Aug 14, 2026
Merged

chore(deps): bump rich from 14.3.2 to 15.0.0#24305
Jefffrey merged 1 commit into
mainfrom
dependabot/uv/rich-15.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Bumps rich from 14.3.2 to 15.0.0.

Release notes

Sourced from rich's releases.

The So Long 3.8 Release

A few fixes. The major version bump is to honor the passing of 3.8 support which reached its EOL in October 7, 2024

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

The Faster Startup Release

No new features in this release, but there should be improved startup time for Rich apps, and potentially improved runtime if you have a lot of links.

[14.3.4] - 2026-04-11

Changed

The infinite Release

Fixed a infinite loop in split_graphemes

[14.3.3] - 2026-02-19

Fixed

Changelog

Sourced from rich's changelog.

[15.0.0] - 2026-04-12

Changed

  • Breaking change: Dropped support for Python3.8

Fixed

[14.3.4] - 2026-04-11

Changed

[14.3.3] - 2026-02-19

Fixed

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

Bumps [rich](https://github.com/Textualize/rich) from 14.3.2 to 15.0.0.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/main/CHANGELOG.md)
- [Commits](Textualize/rich@v14.3.2...v15.0.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@Jefffrey
Jefffrey added this pull request to the merge queue Aug 14, 2026
Merged via the queue into main with commit 13552dd Aug 14, 2026
37 checks passed
@Jefffrey
Jefffrey deleted the dependabot/uv/rich-15.0.0 branch August 14, 2026 06:22
imtherealnaska pushed a commit to imtherealnaska/datafusion that referenced this pull request Aug 16, 2026
Bumps [rich](https://github.com/Textualize/rich) from 14.3.2 to 15.0.0.
<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 So Long 3.8 Release</h2>
<p>A few fixes. The major version bump is to honor the passing of 3.8
support which reached its EOL in October 7, 2024</p>
<h2>[15.0.0] - 2026-04-12</h2>
<h3>Changed</h3>
<ul>
<li>Breaking change: Dropped support for Python3.8</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed empty print ignoring the <code>end</code> parameter <a
href="https://redirect.github.com/Textualize/rich/pull/4075">Textualize/rich#4075</a></li>
<li>Fixed <code>Text.from_ansi</code> removing newlines <a
href="https://redirect.github.com/Textualize/rich/pull/4076">Textualize/rich#4076</a></li>
<li>Fixed <code>FileProxy.isatty</code> not proxying <a
href="https://redirect.github.com/Textualize/rich/pull/4077">Textualize/rich#4077</a></li>
<li>Fixed inline code in Markdown tables cells <a
href="https://redirect.github.com/Textualize/rich/pull/4079">Textualize/rich#4079</a></li>
</ul>
<h2>The Faster Startup Release</h2>
<p>No new features in this release, but there should be improved startup
time for Rich apps, and potentially improved runtime if you have a lot
of links.</p>
<h2>[14.3.4] - 2026-04-11</h2>
<h3>Changed</h3>
<ul>
<li>Improved import time with lazy loading <a
href="https://redirect.github.com/Textualize/rich/pull/4070">Textualize/rich#4070</a></li>
<li>Changed link id generation to avoid random number generation at
runtime <a
href="https://redirect.github.com/Textualize/rich/pull/3845">Textualize/rich#3845</a></li>
</ul>
<h2>The infinite Release</h2>
<p>Fixed a infinite loop in split_graphemes</p>
<h2>[14.3.3] - 2026-02-19</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed infinite loop with <code>cells.split_graphemes</code> <a
href="https://redirect.github.com/Textualize/rich/pull/4006">Textualize/rich#4006</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Textualize/rich/blob/main/CHANGELOG.md">rich's
changelog</a>.</em></p>
<blockquote>
<h2>[15.0.0] - 2026-04-12</h2>
<h3>Changed</h3>
<ul>
<li>Breaking change: Dropped support for Python3.8</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed empty print ignoring the <code>end</code> parameter <a
href="https://redirect.github.com/Textualize/rich/pull/4075">Textualize/rich#4075</a></li>
<li>Fixed <code>Text.from_ansi</code> removing newlines <a
href="https://redirect.github.com/Textualize/rich/pull/4076">Textualize/rich#4076</a></li>
<li>Fixed <code>FileProxy.isatty</code> not proxying <a
href="https://redirect.github.com/Textualize/rich/pull/4077">Textualize/rich#4077</a></li>
<li>Fixed inline code in Markdown tables cells <a
href="https://redirect.github.com/Textualize/rich/pull/4079">Textualize/rich#4079</a></li>
</ul>
<h2>[14.3.4] - 2026-04-11</h2>
<h3>Changed</h3>
<ul>
<li>Improved import time with lazy loading <a
href="https://redirect.github.com/Textualize/rich/pull/4070">Textualize/rich#4070</a></li>
<li>Changed link id generation to avoid random number generation at
runtime <a
href="https://redirect.github.com/Textualize/rich/pull/3845">Textualize/rich#3845</a></li>
</ul>
<h2>[14.3.3] - 2026-02-19</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed infinite loop with <code>cells.split_graphemes</code> <a
href="https://redirect.github.com/Textualize/rich/pull/4006">Textualize/rich#4006</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Textualize/rich/commit/6ac483cbea39cab124dfd3483bba70ffafb71050"><code>6ac483c</code></a>
correction</li>
<li><a
href="https://github.com/Textualize/rich/commit/458a9109c8b7da81c17b2270ea8a88f3e8c0465a"><code>458a910</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/4080">#4080</a>
from Textualize/bump1500</li>
<li><a
href="https://github.com/Textualize/rich/commit/82e06e0d9985fd8cce456dc3977e0d2d9e84b4d8"><code>82e06e0</code></a>
changelog</li>
<li><a
href="https://github.com/Textualize/rich/commit/d6556bc44881b9904f29f5d9d69a0812b30675d1"><code>d6556bc</code></a>
bump to 15.0.0</li>
<li><a
href="https://github.com/Textualize/rich/commit/ffe2edc5968eac19d5493c2d7b27965031a692e9"><code>ffe2edc</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/4079">#4079</a>
from Textualize/inline-table-code</li>
<li><a
href="https://github.com/Textualize/rich/commit/cf3b5a16f7a76b2e8c4921d3314021bb72a6c5c1"><code>cf3b5a1</code></a>
changelog</li>
<li><a
href="https://github.com/Textualize/rich/commit/77f0edbdef71f2a895cd0ab1481e9a1fc79d42e6"><code>77f0edb</code></a>
remove comments</li>
<li><a
href="https://github.com/Textualize/rich/commit/7ef2d05ca8aa3cb405dab2fdf3282e69cf8089e3"><code>7ef2d05</code></a>
fix inline code in table cells</li>
<li><a
href="https://github.com/Textualize/rich/commit/19c67b9a3479841e9133bea94607c89ee931d3fc"><code>19c67b9</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/rich/issues/4077">#4077</a>
from Textualize/isattry</li>
<li><a
href="https://github.com/Textualize/rich/commit/494b795031782c694297d2db78bd04fb8c82f590"><code>494b795</code></a>
changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/Textualize/rich/compare/v14.3.2...v15.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rich&package-manager=uv&previous-version=14.3.2&new-version=15.0.0)](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 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant