Skip to content

Commit 12cc1cd

Browse files
deps: update rich requirement from <13.10,>=13.6.0 to >=13.6.0,<14.1 (#100)
Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. <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> <h2>[13.9.4] - 2024-11-01</h2> <h3>Changed</h3> <ul> <li>Optimizations to cell_len which may speed up Rich / Textual output <a href="https://redirect.github.com/Textualize/rich/pull/3546">Textualize/rich#3546</a></li> </ul> <h2>[13.9.3] - 2024-10-22</h2> <h3>Fixed</h3> <ul> <li>Fixed broken regex that may have resulted in poor performance. <a href="https://redirect.github.com/Textualize/rich/pull/3535">Textualize/rich#3535</a></li> </ul> <h2>[13.9.2] - 2024-10-04</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>Table</code> columns not highlighting when added by <code>add_row</code> <a href="https://redirect.github.com/Textualize/rich/issues/3517">Textualize/rich#3517</a></li> <li>Fixed an issue with Segment.split_cells reported in Textual <a href="https://redirect.github.com/Textualize/textual/issues/5090">Textualize/textual#5090</a></li> </ul> <h2>[13.9.1] - 2024-10-01</h2> <h3>Fixed</h3> <ul> <li>Fixed typing_extensions dependency</li> </ul> <h2>[13.9.0] - 2024-10-01</h2> <h3>Changed</h3> <ul> <li>Dropped support for Python3.7 <a href="https://redirect.github.com/Textualize/rich/pull/3509">Textualize/rich#3509</a></li> <li>Rich will display tracebacks with finely grained error locations on python 3.11+ <a href="https://redirect.github.com/Textualize/rich/pull/3486">Textualize/rich#3486</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed issue with Segment._split_cells <a href="https://redirect.github.com/Textualize/rich/pull/3506">Textualize/rich#3506</a></li> <li>Fix auto detection of terminal size on Windows <a href="https://redirect.github.com/Textualize/rich/pull/2916">Textualize/rich#2916</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.6.0...v14.0.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Elliott <[email protected]>
1 parent 3419138 commit 12cc1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies = [
7070
"PyYAML<=6.0.2",
7171
"qemu.qmp==0.0.3",
7272
"requests==2.32.3",
73-
"rich>=13.6.0,<13.10",
73+
"rich>=13.6.0,<14.1",
7474
]
7575

7676
[project.optional-dependencies]

0 commit comments

Comments
 (0)