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

   Bumps [rich](https://github.com/Textualize/rich) from 13.8.1 to 13.9.3.
   <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 irregular expression release</h2>
   <p>Fix a broken regex that resulted in the slow path being chosen for some 
operations. This fix should result in notable speedups for some operations, 
such as wrapping text.</p>
   <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>The Splitting segments Release</h2>
   <p>A hotfix for highlighting in the table, and a fix for 
<code>Segment.split_cells</code></p>
   <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>Hotfix for dependency issue</h2>
   <h2>[13.9.1] - 2024-10-01</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed typing_extensions dependency</li>
   </ul>
   <h2>The so long Python 3.7 release</h2>
   <p>This version adds support for fine-grained information in tracebacks. In 
other words, it will highlight columns in tracebacks (for supported Python 
versions). Here's an example:</p>
   <!-- raw HTML omitted -->
   <p>This version also <strong>drops support for Python 3.7</strong>, which 
has long since reached its EOL. If you are stuck on Python3.7 for any reason, 
you will not be able to upgrade to this version, but nothing should break.</p>
   <p>See below for other changes in this release.</p>
   <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>
   <li><code>Text.style</code> now respected in Panel title/subtitle <a 
href="https://redirect.github.com/Textualize/rich/pull/3509";>Textualize/rich#3509</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.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>
   <li><code>Text.style</code> now respected in Panel title/subtitle <a 
href="https://redirect.github.com/Textualize/rich/pull/3509";>Textualize/rich#3509</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Textualize/rich/commit/afcc5c5a957c75b325fd7cc45bd70b3ac6413ef4";><code>afcc5c5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/Textualize/rich/issues/3535";>#3535</a> from 
Textualize/regex-error</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/60f3b615a706949f6ae9734eeaea519573af4522";><code>60f3b61</code></a>
 changelog</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/04db8c2946373fdd3249cb2a6889481a43305aed";><code>04db8c2</code></a>
 update regex</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/b93d3b6d98547b88320a5c82c362d5825bcdca4b";><code>b93d3b6</code></a>
 test single cell widths</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/be42f1b082477f1ec4bdf5d05da7145c78418cda";><code>be42f1b</code></a>
 test and added box drawing characters</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/ad6b8865ff88bcaddb42573befd32ce1c0ae170d";><code>ad6b886</code></a>
 version bump</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/db2e3e89307d30e4096686083f03ef5689572bdf";><code>db2e3e8</code></a>
 assert cut</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/68e1b6386db241d49f7713dae4ba3b59c0d30ba6";><code>68e1b63</code></a>
 fix regex</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/0f2f51b872d14588de3a65968f5cdde6fb5694a3";><code>0f2f51b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/Textualize/rich/issues/3521";>#3521</a> from 
Textualize/splitcells-fix</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/8b84ee998ab51967a7649b47b11412717e89db7e";><code>8b84ee9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/Textualize/rich/issues/3514";>#3514</a> from 
mdmintz/complete-the-3.7-drop</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Textualize/rich/compare/v13.8.1...v13.9.3";>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.8.1&new-version=13.9.3)](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