Commit 4926cc2
authored
Bump rich from 14.3.3 to 15.0.0 (#12374)
Bumps [rich](https://github.com/Textualize/rich) from 14.3.3 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>
</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>[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>
</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.3...v15.0.0">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1ba8cea commit 4926cc2
File tree
6 files changed
+6
-6
lines changed- requirements
6 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments