Skip to content

Commit 3ecac88

Browse files
Bump rich from 13.9.4 to 14.0.0 (#10648)
Bumps [rich](https://github.com/Textualize/rich) from 13.9.4 to 14.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 ENVy of all other releases</h2> <p>Mostly updates to Traceback rendering, to add support for features introduced in Python3.11</p> <p>We also have a new env var that I am proposing to become a standard. <code>TTY_COMPATIBLE=1</code> tells Rich to write ansi-escape sequences even if it detects it is not writing to a terminal. This is intended for use with GitHub Actions / CI, which can interpret escape sequences, but aren't a terminal.</p> <p>There is also a change to how NO_COLOR and FORCE_COLOR are interpreted, which is the reason for the major version bump.</p> <h2>[14.0.0] - 2025-03-30</h2> <h3>Added</h3> <ul> <li>Added env var <code>TTY_COMPATIBLE</code> to override auto-detection of TTY support (See console.rst for details). <a href="https://redirect.github.com/Textualize/rich/pull/3675">Textualize/rich#3675</a></li> </ul> <h3>Changed</h3> <ul> <li>An empty <code>NO_COLOR</code> env var is now considered disabled. <a href="https://redirect.github.com/Textualize/rich/pull/3675">Textualize/rich#3675</a></li> <li>An empty <code>FORCE_COLOR</code> env var is now considered disabled. <a href="https://redirect.github.com/Textualize/rich/pull/3675">Textualize/rich#3675</a></li> <li>Rich tracebacks will now render notes on Python 3.11 onwards (added with <code>Exception.add_note</code>) <a href="https://redirect.github.com/Textualize/rich/pull/3676">Textualize/rich#3676</a></li> <li>Indentation in exceptions won't be underlined <a href="https://redirect.github.com/Textualize/rich/pull/3678">Textualize/rich#3678</a></li> <li>Rich tracebacks will now render Exception Groups <a href="https://redirect.github.com/Textualize/rich/pull/3677">Textualize/rich#3677</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.0.0] - 2025-03-30</h2> <h3>Added</h3> <ul> <li>Added env var <code>TTY_COMPATIBLE</code> to override auto-detection of TTY support (See console.rst for details). <a href="https://redirect.github.com/Textualize/rich/pull/3675">Textualize/rich#3675</a></li> </ul> <h3>Changed</h3> <ul> <li>An empty <code>NO_COLOR</code> env var is now considered disabled. <a href="https://redirect.github.com/Textualize/rich/pull/3675">Textualize/rich#3675</a></li> <li>An empty <code>FORCE_COLOR</code> env var is now considered disabled. <a href="https://redirect.github.com/Textualize/rich/pull/3675">Textualize/rich#3675</a></li> <li>Rich tracebacks will now render notes on Python 3.11 onwards (added with <code>Exception.add_note</code>) <a href="https://redirect.github.com/Textualize/rich/pull/3676">Textualize/rich#3676</a></li> <li>Indentation in exceptions won't be underlined <a href="https://redirect.github.com/Textualize/rich/pull/3678">Textualize/rich#3678</a></li> <li>Rich tracebacks will now render Exception Groups <a href="https://redirect.github.com/Textualize/rich/pull/3677">Textualize/rich#3677</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/72e3bb33d44fd96881f7742b77137983907a942f"><code>72e3bb3</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3681">#3681</a> from Textualize/bump14.0.0</li> <li><a href="https://github.com/Textualize/rich/commit/859d77bd6fbe67a72ddeacc300c85deed3b26598"><code>859d77b</code></a> bump to 13.0.0</li> <li><a href="https://github.com/Textualize/rich/commit/2bae2fe3d861ef83d778c289f6e1e17733225b76"><code>2bae2fe</code></a> Update feature_request.md</li> <li><a href="https://github.com/Textualize/rich/commit/07b738a23005076c75ecaeae1202e3a7772905b6"><code>07b738a</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3610">#3610</a> from kotfu/master</li> <li><a href="https://github.com/Textualize/rich/commit/e6673492e52a2290d765438c33547df0a8b3e290"><code>e667349</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3624">#3624</a> from itamaro/patch-1</li> <li><a href="https://github.com/Textualize/rich/commit/a48a5b309f9273ffba85fb9491b974634c8f7ab9"><code>a48a5b3</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3677">#3677</a> from Textualize/exception-groups</li> <li><a href="https://github.com/Textualize/rich/commit/4de139ef0ec2581a6e1fe045949a86c183b734ac"><code>4de139e</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3679">#3679</a> from bcapener/remove-leftover-code</li> <li><a href="https://github.com/Textualize/rich/commit/8f68c848bf458a1bf371c073d1e366da574eccde"><code>8f68c84</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/ec5d2f1589c4c20e0f51f600f7a67f196948bcd4"><code>ec5d2f1</code></a> Merge branch 'master' into exception-groups</li> <li><a href="https://github.com/Textualize/rich/commit/13f9b4f874985cc2aeafc7954251597acdaa8544"><code>13f9b4f</code></a> style tweak</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v13.9.4...v14.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=pip&previous-version=13.9.4&new-version=14.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 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 b8c9803 commit 3ecac88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ requests==2.32.3
199199
# cherry-picker
200200
# sphinx
201201
# sphinxcontrib-spelling
202-
rich==13.9.4
202+
rich==14.0.0
203203
# via pytest-codspeed
204204
setuptools-git==1.2
205205
# via -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ requests==2.32.3
193193
# via
194194
# cherry-picker
195195
# sphinx
196-
rich==13.9.4
196+
rich==14.0.0
197197
# via pytest-codspeed
198198
setuptools-git==1.2
199199
# via -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ python-on-whales==0.76.1
8484
# via -r requirements/lint.in
8585
pyyaml==6.0.2
8686
# via pre-commit
87-
rich==13.9.4
87+
rich==14.0.0
8888
# via pytest-codspeed
8989
six==1.17.0
9090
# via python-dateutil

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ python-dateutil==2.9.0.post0
104104
# via freezegun
105105
python-on-whales==0.76.1
106106
# via -r requirements/test.in
107-
rich==13.9.4
107+
rich==14.0.0
108108
# via pytest-codspeed
109109
setuptools-git==1.2
110110
# via -r requirements/test.in

0 commit comments

Comments
 (0)