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

   Bumps [rich](https://github.com/Textualize/rich) from 13.0.1 to 13.1.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>Jupyter tracebacks fix</h2>
   <p>This release fixes tracebacks in Jupyter which didn't show the code.</p>
   <p>Additionally tracebacks have two new parameters to hide double underscore 
and single underscore locals. See the changelog for details</p>
   <!-- raw HTML omitted -->
   <h2>[13.1.0] - 2023-01-14</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed wrong filenames in Jupyter tracebacks <a 
href="https://github-redirect.dependabot.com/Textualize/rich/issues/2271";>Textualize/rich#2271</a></li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Added locals_hide_dunder and locals_hide_sunder to Tracebacks, to hide 
double underscore and single underscore locals. <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2754";>Textualize/rich#2754</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Tracebacks will now hide double underscore names from locals by default. 
Set <code>locals_hide_dunder=False</code> to restore previous behaviour.</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.1.0] - 2023-01-14</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed wrong filenames in Jupyter tracebacks <a 
href="https://github-redirect.dependabot.com/Textualize/rich/issues/2271";>Textualize/rich#2271</a></li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Added locals_hide_dunder and locals_hide_sunder to Tracebacks, to hide 
double underscore and single underscore locals. <a 
href="https://github-redirect.dependabot.com/Textualize/rich/pull/2754";>Textualize/rich#2754</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Tracebacks will now hide double underscore names from locals by default. 
Set <code>locals_hide_dunder=False</code> to restore previous behaviour.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Textualize/rich/commit/b7ac6bb73dd7e6d42063bd0b4434322763b460c2";><code>b7ac6bb</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/Textualize/rich/issues/2754";>#2754</a>
 from Textualize/jupyter-traceback-fix</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/8baf90b416456f3d0cfbad19555c2c63f0afb6f8";><code>8baf90b</code></a>
 changelog [ignore ci]</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/34b8f2ed55b4a216e9040a39bd22312a4d568a05";><code>34b8f2e</code></a>
 Docstring [skip ci]</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/629c35ddfd3e7c1762cda3f5de416d6a324a6a73";><code>629c35d</code></a>
 hide dunder defaults to True</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/bbd3914f98f534efdefd95d693315a36cdd127ea";><code>bbd3914</code></a>
 fix typing</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/c856e6b46901222f22b4e81473486d81de7a170a";><code>c856e6b</code></a>
 version bump</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/80188f22a085690895b02b84f728d1378705f1b5";><code>80188f2</code></a>
 doc</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/50d7df770ca65299bba6b25f82a7d25e641b145e";><code>50d7df7</code></a>
 docs on highlighters</li>
   <li><a 
href="https://github.com/Textualize/rich/commit/0c1aedac9c004d45d111c5258fe0f36ccbd88c91";><code>0c1aeda</code></a>
 fix year on changelog</li>
   <li>See full diff in <a 
href="https://github.com/Textualize/rich/compare/v13.0.1...v13.1.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.0.1&new-version=13.1.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