dependabot[bot] opened a new pull request, #1868:
URL: https://github.com/apache/iceberg-python/pull/1868

   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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to