Skip to content

Commit c61738a

Browse files
Bump rich from 14.3.2 to 14.3.3 (#12099)
Bumps [rich](https://github.com/Textualize/rich) from 14.3.2 to 14.3.3. <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 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/master/CHANGELOG.md">rich's changelog</a>.</em></p> <blockquote> <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/ce0118819d172d134507bcf5982d3faf82bbc43e"><code>ce01188</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/4008">#4008</a> from Textualize/bump1433</li> <li><a href="https://github.com/Textualize/rich/commit/14a47c928241fe5cbf2f1adab0bb61fd1db3472f"><code>14a47c9</code></a> bump</li> <li><a href="https://github.com/Textualize/rich/commit/f54bfe062865187fe3bc733769dcd990a5a0ffe3"><code>f54bfe0</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/4007">#4007</a> from Textualize/copilot/sub-pr-4006</li> <li><a href="https://github.com/Textualize/rich/commit/7338cb9dafd0d0e916585f191ae505b3e602bb51"><code>7338cb9</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/4006">#4006</a> from Textualize/fix-grapheme-stuck</li> <li><a href="https://github.com/Textualize/rich/commit/905b397deb6b5ed59dfd80fa499c90e215f309c8"><code>905b397</code></a> Update tests/test_cells.py</li> <li><a href="https://github.com/Textualize/rich/commit/b031dca1d74f1f82a02d71e771b116ec4f9ad6c8"><code>b031dca</code></a> Update tests/test_cells.py</li> <li><a href="https://github.com/Textualize/rich/commit/f07a3fc5f5f4d5bfc0152cca4b103369934cd8b6"><code>f07a3fc</code></a> Add regression tests for VS16 after zero-width chars in split_graphemes</li> <li><a href="https://github.com/Textualize/rich/commit/b618ccc7e310a92e555d6ec38a7f390b37192ef3"><code>b618ccc</code></a> spelling</li> <li><a href="https://github.com/Textualize/rich/commit/378c34bd43eb4c9779ce1f7ff5dea376b34c91c5"><code>378c34b</code></a> Initial plan</li> <li><a href="https://github.com/Textualize/rich/commit/87e7ca27d0f8047e2d22c6ee9f7cf2c59e4c96af"><code>87e7ca2</code></a> refinements, and tests</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v14.3.2...v14.3.3">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.3.2&new-version=14.3.3)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5efc6c8 commit c61738a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ requests==2.32.5
203203
# via
204204
# sphinx
205205
# sphinxcontrib-spelling
206-
rich==14.3.2
206+
rich==14.3.3
207207
# via pytest-codspeed
208208
setuptools-git==1.2
209209
# via -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ pyyaml==6.0.3
196196
# via pre-commit
197197
requests==2.32.5
198198
# via sphinx
199-
rich==14.3.2
199+
rich==14.3.3
200200
# via pytest-codspeed
201201
setuptools-git==1.2
202202
# via -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ python-on-whales==0.80.0
9494
# via -r requirements/lint.in
9595
pyyaml==6.0.3
9696
# via pre-commit
97-
rich==14.3.2
97+
rich==14.3.3
9898
# via pytest-codspeed
9999
six==1.17.0
100100
# via python-dateutil

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ python-dateutil==2.9.0.post0
8585
# via freezegun
8686
python-on-whales==0.80.0
8787
# via -r requirements/test-common.in
88-
rich==14.3.2
88+
rich==14.3.3
8989
# via pytest-codspeed
9090
setuptools-git==1.2
9191
# via -r requirements/test-common.in

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ python-dateutil==2.9.0.post0
118118
# via freezegun
119119
python-on-whales==0.80.0
120120
# via -r requirements/test-common.in
121-
rich==14.3.2
121+
rich==14.3.3
122122
# via pytest-codspeed
123123
setuptools-git==1.2
124124
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ python-dateutil==2.9.0.post0
118118
# via freezegun
119119
python-on-whales==0.80.0
120120
# via -r requirements/test-common.in
121-
rich==14.3.2
121+
rich==14.3.3
122122
# via pytest-codspeed
123123
setuptools-git==1.2
124124
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)