dependabot[bot] opened a new pull request, #1103: URL: https://github.com/apache/iceberg-python/pull/1103
Bumps [rich](https://github.com/Textualize/rich) from 13.7.1 to 13.8.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 Thanks for your patience Release</h2> <p>This is a fairly large update. Mostly an accumulation of small fixes and enhancements. Nothing qualifies as a *breaking change (for some definition), but there may be some subtly changes to output. Check below for anything that might affect you!</p> <h2>[13.8.0] - 2024-08-26</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>Table</code> rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body.</li> <li>Fixed styles in Panel when Text objects are used for title <a href="https://redirect.github.com/Textualize/rich/pull/3401">Textualize/rich#3401</a></li> <li>Fix pretty repr for <code>collections.deque</code> <a href="https://redirect.github.com/Textualize/rich/pull/2864">Textualize/rich#2864</a></li> <li>Thread used in progress.track will exit if an exception occurs in a generator <a href="https://redirect.github.com/Textualize/rich/pull/3402">Textualize/rich#3402</a></li> <li>Progress track thread is now a daemon thread <a href="https://redirect.github.com/Textualize/rich/pull/3402">Textualize/rich#3402</a></li> <li>Fixed cached hash preservation upon clearing meta and links <a href="https://redirect.github.com/Textualize/rich/issues/2942">Textualize/rich#2942</a></li> <li>Fixed overriding the <code>background_color</code> of <code>Syntax</code> not including padding <a href="https://redirect.github.com/Textualize/rich/issues/3295">Textualize/rich#3295</a></li> <li>Fixed pretty printing of dataclasses with a default repr in Python 3.13 <a href="https://redirect.github.com/Textualize/rich/pull/3455">Textualize/rich#3455</a></li> <li>Fixed selective enabling of highlighting when disabled in the <code>Console</code> <a href="https://redirect.github.com/Textualize/rich/issues/3419">Textualize/rich#3419</a></li> <li>Fixed BrokenPipeError writing an error message <a href="https://redirect.github.com/Textualize/rich/pull/3468">Textualize/rich#3468</a></li> <li>Fixed superfluous space above Markdown tables <a href="https://redirect.github.com/Textualize/rich/pull/3469">Textualize/rich#3469</a></li> <li>Fixed issue with record and capture interaction <a href="https://redirect.github.com/Textualize/rich/pull/3470">Textualize/rich#3470</a></li> <li>Fixed control codes breaking in <code>append_tokens</code> <a href="https://redirect.github.com/Textualize/rich/pull/3471">Textualize/rich#3471</a></li> <li>Fixed exception pretty printing a dataclass with missing fields <a href="https://redirect.github.com/Textualize/rich/pull/3472">Textualize/rich#3472</a></li> </ul> <h3>Changed</h3> <ul> <li><code>RichHandler</code> errors and warnings will now use different colors (red and yellow) <a href="https://redirect.github.com/Textualize/rich/issues/2825">Textualize/rich#2825</a></li> <li>Removed the empty line printed in jupyter while using <code>Progress</code> <a href="https://redirect.github.com/Textualize/rich/pull/2616">Textualize/rich#2616</a></li> <li>Running tests in environment with <code>FORCE_COLOR</code> or <code>NO_COLOR</code> environment variables</li> <li>ansi decoder will now strip problematic private escape sequences (like <code>\x1b7</code>) <a href="https://redirect.github.com/Textualize/rich/pull/3278/">Textualize/rich#3278</a></li> <li>Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes</li> </ul> <h3>Added</h3> <ul> <li>Adds a <code>case_sensitive</code> parameter to <code>prompt.Prompt</code>. This determines if the response is treated as case-sensitive. Defaults to <code>True</code>.</li> <li>Added <code>Console.on_broken_pipe</code> <a href="https://redirect.github.com/Textualize/rich/pull/3468">Textualize/rich#3468</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>[13.8.0] - 2024-08-26</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>Table</code> rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body.</li> <li>Fixed styles in Panel when Text objects are used for title <a href="https://redirect.github.com/Textualize/rich/pull/3401">Textualize/rich#3401</a></li> <li>Fix pretty repr for <code>collections.deque</code> <a href="https://redirect.github.com/Textualize/rich/pull/2864">Textualize/rich#2864</a></li> <li>Thread used in progress.track will exit if an exception occurs in a generator <a href="https://redirect.github.com/Textualize/rich/pull/3402">Textualize/rich#3402</a></li> <li>Progress track thread is now a daemon thread <a href="https://redirect.github.com/Textualize/rich/pull/3402">Textualize/rich#3402</a></li> <li>Fixed cached hash preservation upon clearing meta and links <a href="https://redirect.github.com/Textualize/rich/issues/2942">Textualize/rich#2942</a></li> <li>Fixed overriding the <code>background_color</code> of <code>Syntax</code> not including padding <a href="https://redirect.github.com/Textualize/rich/issues/3295">Textualize/rich#3295</a></li> <li>Fixed pretty printing of dataclasses with a default repr in Python 3.13 <a href="https://redirect.github.com/Textualize/rich/pull/3455">Textualize/rich#3455</a></li> <li>Fixed selective enabling of highlighting when disabled in the <code>Console</code> <a href="https://redirect.github.com/Textualize/rich/issues/3419">Textualize/rich#3419</a></li> <li>Fixed BrokenPipeError writing an error message <a href="https://redirect.github.com/Textualize/rich/pull/3468">Textualize/rich#3468</a></li> <li>Fixed superfluous space above Markdown tables <a href="https://redirect.github.com/Textualize/rich/pull/3469">Textualize/rich#3469</a></li> <li>Fixed issue with record and capture interaction <a href="https://redirect.github.com/Textualize/rich/pull/3470">Textualize/rich#3470</a></li> <li>Fixed control codes breaking in <code>append_tokens</code> <a href="https://redirect.github.com/Textualize/rich/pull/3471">Textualize/rich#3471</a></li> <li>Fixed exception pretty printing a dataclass with missing fields <a href="https://redirect.github.com/Textualize/rich/pull/3472">Textualize/rich#3472</a></li> </ul> <h3>Changed</h3> <ul> <li><code>RichHandler</code> errors and warnings will now use different colors (red and yellow) <a href="https://redirect.github.com/Textualize/rich/issues/2825">Textualize/rich#2825</a></li> <li>Removed the empty line printed in jupyter while using <code>Progress</code> <a href="https://redirect.github.com/Textualize/rich/pull/2616">Textualize/rich#2616</a></li> <li>Running tests in environment with <code>FORCE_COLOR</code> or <code>NO_COLOR</code> environment variables</li> <li>ansi decoder will now strip problematic private escape sequences (like <code>\x1b7</code>) <a href="https://redirect.github.com/Textualize/rich/pull/3278/">Textualize/rich#3278</a></li> <li>Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes</li> </ul> <h3>Added</h3> <ul> <li>Adds a <code>case_sensitive</code> parameter to <code>prompt.Prompt</code>. This determines if the response is treated as case-sensitive. Defaults to <code>True</code>.</li> <li>Added <code>Console.on_broken_pipe</code> <a href="https://redirect.github.com/Textualize/rich/pull/3468">Textualize/rich#3468</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/9ec419154102acce7363e3958bec6c261864d7fb"><code>9ec4191</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3473">#3473</a> from Textualize/bump1380</li> <li><a href="https://github.com/Textualize/rich/commit/9c74f03f5c0aa2ed20e1d184cc9b7000cb8f6358"><code>9c74f03</code></a> bump to v13.8.0</li> <li><a href="https://github.com/Textualize/rich/commit/dc7a195acd480326c2449ec0829726ecd91e0c68"><code>dc7a195</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3472">#3472</a> from Textualize/fix-bad-dataclass</li> <li><a href="https://github.com/Textualize/rich/commit/c93883011aa059b5683ae2b30d02952d21a0bc5d"><code>c938830</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/6055e2d8ef98e5487949b9c6e5d0dfce6a5b9e28"><code>6055e2d</code></a> fix for missing field in dataclass</li> <li><a href="https://github.com/Textualize/rich/commit/b6f2f7aa5b27f612f391cd28212aff51ad0d42d1"><code>b6f2f7a</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3454">#3454</a> from subrat-lima/master</li> <li><a href="https://github.com/Textualize/rich/commit/b1397be1e79fc3ac6d7fd4f66474fbe6d5e820bf"><code>b1397be</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3455">#3455</a> from jjhelmus/dataclasses_3.13</li> <li><a href="https://github.com/Textualize/rich/commit/035f3ea790f5dc6451ce7f15b41f452e6ea523d3"><code>035f3ea</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3452">#3452</a> from sbraz/typos_examples</li> <li><a href="https://github.com/Textualize/rich/commit/d6abebd8bf7adb58cddc6a0652f8f80684b311ee"><code>d6abebd</code></a> Merge branch 'master' into dataclasses_3.13</li> <li><a href="https://github.com/Textualize/rich/commit/1b2dada1c9fa6f16ec319a8d370458c8bde203f7"><code>1b2dada</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3471">#3471</a> from Textualize/fix-append-tokens</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/rich/compare/v13.7.1...v13.8.0">compare view</a></li> </ul> </details> <br /> [](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