Skip to content

Commit bcf8691

Browse files
Bump rich from 14.3.1 to 14.3.2 (#12015)
Bumps [rich](https://github.com/Textualize/rich) from 14.3.1 to 14.3.2. <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 ZWJy release</h2> <p>A fix for <code>cell_len</code> edge cases</p> <h2>[14.3.2] - 2026-02-01</h2> <h3>Fixed</h3> <ul> <li>Fixed solo ZWJ crash <a href="https://redirect.github.com/Textualize/rich/pull/3953">Textualize/rich#3953</a></li> <li>Fixed control codes reporting width of 1 <a href="https://redirect.github.com/Textualize/rich/pull/3953">Textualize/rich#3953</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.2] - 2026-02-01</h2> <h3>Fixed</h3> <ul> <li>Fixed solo ZWJ crash <a href="https://redirect.github.com/Textualize/rich/pull/3953">Textualize/rich#3953</a></li> <li>Fixed control codes reporting width of 1 <a href="https://redirect.github.com/Textualize/rich/pull/3953">Textualize/rich#3953</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/0752ff047295131d98f24284e1d949300cd6f4c1"><code>0752ff0</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3953">#3953</a> from Textualize/zwj-fix</li> <li><a href="https://github.com/Textualize/rich/commit/54ae0cfbb8d43ccc8f56bf57019b9a22c252eefa"><code>54ae0cf</code></a> simplify</li> <li><a href="https://github.com/Textualize/rich/commit/07edb85f7e09ae76f0a0c9ac4c2059803ce8eb9a"><code>07edb85</code></a> refine</li> <li><a href="https://github.com/Textualize/rich/commit/31930ddc842d9e1cd224327d5f6c22eff4a87f82"><code>31930dd</code></a> fix test</li> <li><a href="https://github.com/Textualize/rich/commit/454fcfc92c66556f9538d420b5bd3ba95b1f57b7"><code>454fcfc</code></a> stupid comment</li> <li><a href="https://github.com/Textualize/rich/commit/13f87a4007f629c00b491286034751d53ae9d63c"><code>13f87a4</code></a> Fix ZWJ and edge cases</li> <li><a href="https://github.com/Textualize/rich/commit/1d402e0c59f8765e420a5a4440eb2fca7465d1ae"><code>1d402e0</code></a> fix dates</li> <li>See full diff in <a href="https://github.com/Textualize/rich/compare/v14.3.1...v14.3.2">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.1&new-version=14.3.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a396ec5 commit bcf8691

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
@@ -207,7 +207,7 @@ requests==2.32.5
207207
# via
208208
# sphinx
209209
# sphinxcontrib-spelling
210-
rich==14.3.1
210+
rich==14.3.2
211211
# via pytest-codspeed
212212
setuptools-git==1.2
213213
# via -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ regex==2026.1.15
200200
# via re-assert
201201
requests==2.32.5
202202
# via sphinx
203-
rich==14.3.1
203+
rich==14.3.2
204204
# via pytest-codspeed
205205
setuptools-git==1.2
206206
# via -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ python-on-whales==0.80.0
9292
# via -r requirements/lint.in
9393
pyyaml==6.0.3
9494
# via pre-commit
95-
rich==14.3.1
95+
rich==14.3.2
9696
# via pytest-codspeed
9797
six==1.17.0
9898
# via python-dateutil

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ re-assert==1.1.0
8989
# via -r requirements/test-common.in
9090
regex==2026.1.15
9191
# via re-assert
92-
rich==14.3.1
92+
rich==14.3.2
9393
# via pytest-codspeed
9494
setuptools-git==1.2
9595
# via -r requirements/test-common.in

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ re-assert==1.1.0
124124
# via -r requirements/test-common.in
125125
regex==2026.1.15
126126
# via re-assert
127-
rich==14.3.1
127+
rich==14.3.2
128128
# via pytest-codspeed
129129
setuptools-git==1.2
130130
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ re-assert==1.1.0
124124
# via -r requirements/test-common.in
125125
regex==2026.1.15
126126
# via re-assert
127-
rich==14.3.1
127+
rich==14.3.2
128128
# via pytest-codspeed
129129
setuptools-git==1.2
130130
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)