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

   Bumps [rich](https://github.com/willmcgugan/rich) from 12.5.1 to 12.6.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/willmcgugan/rich/releases";>rich's 
releases</a>.</em></p>
   <blockquote>
   <h2>The FORCE_COLOR edition</h2>
   <p><strong>NOTE:</strong> 12.6.0 may be the last version to support 
Python3.6. The next version will be 13.0.0, and will be Python3.7+</p>
   <h2>[12.6.0] - 2022-10-02</h2>
   <h3>Added</h3>
   <ul>
   <li>Parse ANSI escape sequences in pretty repr <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2470";>Textualize/rich#2470</a></li>
   <li>Add support for <code>FORCE_COLOR</code> env var <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2449";>Textualize/rich#2449</a></li>
   <li>Allow a <code>max_depth</code> argument to be passed to the 
<code>install()</code> hook <a 
href="https://github-redirect.dependabot.com/Textualize/rich/issues/2486";>Textualize/rich#2486</a></li>
   <li>Document using <code>None</code> as name in <code>__rich_repr__</code> 
for tuple positional args <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2379";>Textualize/rich#2379</a></li>
   <li>Add <code>font_aspect_ratio</code> parameter in SVG export <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2539/files";>Textualize/rich#2539</a></li>
   <li>Added <code>Table.add_section</code> method. <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2544";>Textualize/rich#2544</a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Handle stdout/stderr being null <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2513";>Textualize/rich#2513</a></li>
   <li>Fix NO_COLOR support on legacy Windows <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2458";>Textualize/rich#2458</a></li>
   <li>Fix pretty printer handling of cyclic references <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2524";>Textualize/rich#2524</a></li>
   <li>Fix missing <code>mode</code> property on file wrapper breaking uploads 
via <code>requests</code> <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2495";>Textualize/rich#2495</a></li>
   <li>Fix mismatching default value of parameter <code>ensure_ascii</code> <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2538";>Textualize/rich#2538</a></li>
   <li>Remove unused height parameter in <code>Layout</code> class <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2540";>Textualize/rich#2540</a></li>
   <li>Fixed exception in Syntax.<strong>rich_measure</strong> for empty 
files</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Removed border from code blocks in Markdown</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>[12.6.0] - 2022-10-02</h2>
   <h3>Added</h3>
   <ul>
   <li>Parse ANSI escape sequences in pretty repr <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2470";>Textualize/rich#2470</a></li>
   <li>Add support for <code>FORCE_COLOR</code> env var <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2449";>Textualize/rich#2449</a></li>
   <li>Allow a <code>max_depth</code> argument to be passed to the 
<code>install()</code> hook <a 
href="https://github-redirect.dependabot.com/Textualize/rich/issues/2486";>Textualize/rich#2486</a></li>
   <li>Document using <code>None</code> as name in <code>__rich_repr__</code> 
for tuple positional args <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2379";>Textualize/rich#2379</a></li>
   <li>Add <code>font_aspect_ratio</code> parameter in SVG export <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2539/files";>Textualize/rich#2539</a></li>
   <li>Added <code>Table.add_section</code> method. <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2544";>Textualize/rich#2544</a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Handle stdout/stderr being null <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2513";>Textualize/rich#2513</a></li>
   <li>Fix NO_COLOR support on legacy Windows <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2458";>Textualize/rich#2458</a></li>
   <li>Fix pretty printer handling of cyclic references <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2524";>Textualize/rich#2524</a></li>
   <li>Fix missing <code>mode</code> property on file wrapper breaking uploads 
via <code>requests</code> <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2495";>Textualize/rich#2495</a></li>
   <li>Fix mismatching default value of parameter <code>ensure_ascii</code> <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2538";>Textualize/rich#2538</a></li>
   <li>Remove unused height parameter in <code>Layout</code> class <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2540";>Textualize/rich#2540</a></li>
   <li>Fixed exception in Syntax.<strong>rich_measure</strong> for empty 
files</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Removed border from code blocks in Markdown</li>
   </ul>
   <h2>[12.5.2] - 2022-07-18</h2>
   <h3>Added</h3>
   <ul>
   <li>Add Turkish Readme.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Textualize/rich/commit/cc0107017f4a590b4b084aac7f61c424f9672331";><code>cc01070</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/willmcgugan/rich/issues/2560";>#2560</a>
 from Textualize/bump-12.6.0</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/6e953c6dae14e664d20a057734c0ecb8831b7d85";><code>6e953c6</code></a>
 version bump</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/e23ca4d1fd11ca2da3d68a30e53dc370d5163a94";><code>e23ca4d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/willmcgugan/rich/issues/2558";>#2558</a>
 from Textualize/syntax-measure</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/fe1ed5399e298402eafdf6b726fb05ba3d1dbec1";><code>fe1ed53</code></a>
 fix for syntax measure</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/13dd9c2c2ebee5409368d5494f4712f52a073b93";><code>13dd9c2</code></a>
 version bump</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/0bdbe550c4bdc68058ca285f20bc3d57aa0a0ba7";><code>0bdbe55</code></a>
 quote extras</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/83f77af7ad427ca07fd4fdd8cb9ee5e3d0e5238f";><code>83f77af</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/willmcgugan/rich/issues/2544";>#2544</a>
 from Textualize/add-section</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/d49e7be2fdccddbe18ae2b04709ad6388f72f44d";><code>d49e7be</code></a>
 test base</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/221b280f29788b2a87ccf0028080a96c08e27db8";><code>221b280</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/willmcgugan/rich/issues/2543";>#2543</a>
 from Textualize/panel-text</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/36b25a3517af724fc66c59e7c9e4ac28531a2673";><code>36b25a3</code></a>
 changelog</li>
   <li>Additional commits viewable in <a 
href="https://github.com/willmcgugan/rich/compare/v12.5.1...v12.6.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=12.5.1&new-version=12.6.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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to