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

   Bumps [nbformat](https://github.com/jupyter/nbformat) from 5.10.4 to 5.11.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jupyter/nbformat/releases";>nbformat's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.11.0</h2>
   <h2>5.11.0</h2>
   <p>(<a 
href="https://github.com/jupyter/nbformat/compare/v5.10.4...434f6ca75aa615d228d4f68cb4dcbc04a97c14d2";>Full
 Changelog</a>)</p>
   <h3>PendingDeprecation</h3>
   <p><code>NotebookNotary</code>'s stores are regularly note 
<code>.close()</code>d, so we introduce the ability to use it at a context 
manger <strong>once</strong>, (as <code>.store</code> is opened on creation) 
and are now emitting a <strong>PendingDeprecationWarning</strong> to indicate 
or <em>wish</em> to move to a context manager API and avoid resouce leaking. 
Again this is a <em>Pending</em>DeprecationWarning, please let us know if the 
current context manager API is problematic.</p>
   <h3>Enhancements made</h3>
   <ul>
   <li>Add context manager support to NotebookNotary <a 
href="https://redirect.github.com/jupyter/nbformat/pull/436";>#436</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   </ul>
   <h3>Maintenance and upkeep improvements</h3>
   <ul>
   <li>Add GitHub Actions security auditing with zizmor <a 
href="https://redirect.github.com/jupyter/nbformat/pull/444";>#444</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>chore: update pre-commit hooks <a 
href="https://redirect.github.com/jupyter/nbformat/pull/443";>#443</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Fix validators cache key type annotation <a 
href="https://redirect.github.com/jupyter/nbformat/pull/440";>#440</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Refactor validation to separate deprecated kwarg handling <a 
href="https://redirect.github.com/jupyter/nbformat/pull/439";>#439</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Bump pre-commit hook pins and fix resulting lint/typing fallout <a 
href="https://redirect.github.com/jupyter/nbformat/pull/438";>#438</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Add Python 3.14 to CI <a 
href="https://redirect.github.com/jupyter/nbformat/pull/437";>#437</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Bump actions/checkout from 5 to 6 in the actions group <a 
href="https://redirect.github.com/jupyter/nbformat/pull/422";>#422</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>chore: update pre-commit hooks <a 
href="https://redirect.github.com/jupyter/nbformat/pull/421";>#421</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Make security deprecated slow to nudge people <a 
href="https://redirect.github.com/jupyter/nbformat/pull/418";>#418</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>bump pre-commit <a 
href="https://redirect.github.com/jupyter/nbformat/pull/417";>#417</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Drop 3.8, CI does not work on 3.8 <a 
href="https://redirect.github.com/jupyter/nbformat/pull/416";>#416</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Bump the actions group across 1 directory with 2 updates <a 
href="https://redirect.github.com/jupyter/nbformat/pull/414";>#414</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Add security.md <a 
href="https://redirect.github.com/jupyter/nbformat/pull/411";>#411</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/jasongrout";><code>@​jasongrout</code></a>)</li>
   <li>Drop pep440 dependency <a 
href="https://redirect.github.com/jupyter/nbformat/pull/408";>#408</a> (<a 
href="https://github.com/LecrisUT";><code>@​LecrisUT</code></a>, <a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>chore: update pre-commit hooks <a 
href="https://redirect.github.com/jupyter/nbformat/pull/401";>#401</a> (<a 
href="https://github.com/blink1073";><code>@​blink1073</code></a>)</li>
   </ul>
   <h3>Documentation improvements</h3>
   <ul>
   <li>Use intersphinx_registry for intersphinx_mapping <a 
href="https://redirect.github.com/jupyter/nbformat/pull/415";>#415</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   </ul>
   <h3>Other merged PRs</h3>
   <ul>
   <li>Remove deprecated kwargs from validate() function <a 
href="https://redirect.github.com/jupyter/nbformat/pull/447";>#447</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Bump github/codeql-action from 4 to 4.37.3 in the actions group <a 
href="https://redirect.github.com/jupyter/nbformat/pull/446";>#446</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Remove enforce-label workflow <a 
href="https://redirect.github.com/jupyter/nbformat/pull/445";>#445</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Bump the actions group with 2 updates <a 
href="https://redirect.github.com/jupyter/nbformat/pull/441";>#441</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>fix typo with quotes in docs <a 
href="https://redirect.github.com/jupyter/nbformat/pull/409";>#409</a> (<a 
href="https://github.com/crypdick";><code>@​crypdick</code></a>, <a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   </ul>
   <h3>Contributors to this release</h3>
   <p>The following people contributed discussions, new ideas, code and 
documentation contributions, and review.
   See <a 
href="https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports";>our
 definition of contributors</a>.</p>
   <p>(<a 
href="https://github.com/jupyter/nbformat/graphs/contributors?from=2024-04-04&amp;to=2026-08-06&amp;type=c";>GitHub
 contributors page for this release</a>)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jupyter/nbformat/blob/main/CHANGELOG.md";>nbformat's 
changelog</a>.</em></p>
   <blockquote>
   <h2>5.11.0</h2>
   <p>(<a 
href="https://github.com/jupyter/nbformat/compare/v5.10.4...434f6ca75aa615d228d4f68cb4dcbc04a97c14d2";>Full
 Changelog</a>)</p>
   <h3>Enhancements made</h3>
   <ul>
   <li>Add context manager support to NotebookNotary <a 
href="https://redirect.github.com/jupyter/nbformat/pull/436";>#436</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   </ul>
   <h3>Maintenance and upkeep improvements</h3>
   <ul>
   <li>Add GitHub Actions security auditing with zizmor <a 
href="https://redirect.github.com/jupyter/nbformat/pull/444";>#444</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>chore: update pre-commit hooks <a 
href="https://redirect.github.com/jupyter/nbformat/pull/443";>#443</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Fix validators cache key type annotation <a 
href="https://redirect.github.com/jupyter/nbformat/pull/440";>#440</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Refactor validation to separate deprecated kwarg handling <a 
href="https://redirect.github.com/jupyter/nbformat/pull/439";>#439</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Bump pre-commit hook pins and fix resulting lint/typing fallout <a 
href="https://redirect.github.com/jupyter/nbformat/pull/438";>#438</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Add Python 3.14 to CI <a 
href="https://redirect.github.com/jupyter/nbformat/pull/437";>#437</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Bump actions/checkout from 5 to 6 in the actions group <a 
href="https://redirect.github.com/jupyter/nbformat/pull/422";>#422</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>chore: update pre-commit hooks <a 
href="https://redirect.github.com/jupyter/nbformat/pull/421";>#421</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Make security deprecated slow to nudge people <a 
href="https://redirect.github.com/jupyter/nbformat/pull/418";>#418</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>bump pre-commit <a 
href="https://redirect.github.com/jupyter/nbformat/pull/417";>#417</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Drop 3.8, CI does not work on 3.8 <a 
href="https://redirect.github.com/jupyter/nbformat/pull/416";>#416</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Bump the actions group across 1 directory with 2 updates <a 
href="https://redirect.github.com/jupyter/nbformat/pull/414";>#414</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Add security.md <a 
href="https://redirect.github.com/jupyter/nbformat/pull/411";>#411</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/jasongrout";><code>@​jasongrout</code></a>)</li>
   <li>Drop pep440 dependency <a 
href="https://redirect.github.com/jupyter/nbformat/pull/408";>#408</a> (<a 
href="https://github.com/LecrisUT";><code>@​LecrisUT</code></a>, <a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>chore: update pre-commit hooks <a 
href="https://redirect.github.com/jupyter/nbformat/pull/401";>#401</a> (<a 
href="https://github.com/blink1073";><code>@​blink1073</code></a>)</li>
   </ul>
   <h3>Documentation improvements</h3>
   <ul>
   <li>Use intersphinx_registry for intersphinx_mapping <a 
href="https://redirect.github.com/jupyter/nbformat/pull/415";>#415</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   </ul>
   <h3>Other merged PRs</h3>
   <ul>
   <li>Remove deprecated kwargs from validate() function <a 
href="https://redirect.github.com/jupyter/nbformat/pull/447";>#447</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Bump github/codeql-action from 4 to 4.37.3 in the actions group <a 
href="https://redirect.github.com/jupyter/nbformat/pull/446";>#446</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>Remove enforce-label workflow <a 
href="https://redirect.github.com/jupyter/nbformat/pull/445";>#445</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>, <a 
href="https://github.com/claude";><code>@​claude</code></a>)</li>
   <li>Bump the actions group with 2 updates <a 
href="https://redirect.github.com/jupyter/nbformat/pull/441";>#441</a> (<a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   <li>fix typo with quotes in docs <a 
href="https://redirect.github.com/jupyter/nbformat/pull/409";>#409</a> (<a 
href="https://github.com/crypdick";><code>@​crypdick</code></a>, <a 
href="https://github.com/Carreau";><code>@​Carreau</code></a>)</li>
   </ul>
   <h3>Contributors to this release</h3>
   <p>The following people contributed discussions, new ideas, code and 
documentation contributions, and review.
   See <a 
href="https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports";>our
 definition of contributors</a>.</p>
   <p>(<a 
href="https://github.com/jupyter/nbformat/graphs/contributors?from=2024-04-04&amp;to=2026-08-06&amp;type=c";>GitHub
 contributors page for this release</a>)</p>
   <p><a href="https://github.com/blink1073";><code>@​blink1073</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2024-04-04..2026-08-06&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/Carreau";><code>@​Carreau</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3ACarreau+updated%3A2024-04-04..2026-08-06&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/claude";><code>@​claude</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Aclaude+updated%3A2024-04-04..2026-08-06&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/crypdick";><code>@​crypdick</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Acrypdick+updated%3A2024-04-04..2026-08-06&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/jasongrout";><code>@​jasongrout</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyter%2
 
Fnbformat+involves%3Ajasongrout+updated%3A2024-04-04..2026-08-06&amp;type=Issues">activity</a>)
 | <a href="https://github.com/LecrisUT";><code>@​LecrisUT</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3ALecrisUT+updated%3A2024-04-04..2026-08-06&amp;type=Issues";>activity</a>)
 | <a href="https://github.com/rgbkrk";><code>@​rgbkrk</code></a> (<a 
href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Argbkrk+updated%3A2024-04-04..2026-08-06&amp;type=Issues";>activity</a>)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/8e973f5a5bd0dffe343eacbedf9cd5fecfc3ae27";><code>8e973f5</code></a>
 Publish 5.11.0</li>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/434f6ca75aa615d228d4f68cb4dcbc04a97c14d2";><code>434f6ca</code></a>
 chore: update pre-commit hooks</li>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/813fcfe2e34be127349841f2430ca36635f78cd7";><code>813fcfe</code></a>
 Remove deprecated repair_duplicate_cell_ids/strip_invalid_metadata kwargs 
fro...</li>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/1cf0b659258ad9581a73294664d8c3ff0d9d9ba2";><code>1cf0b65</code></a>
 Bump github/codeql-action from 4 to 4.37.3 in the actions group</li>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/0d3c9a34529818cabdcf09467d4aca0b16773d11";><code>0d3c9a3</code></a>
 chore: update pre-commit hooks</li>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/58940d6ae79cffb54de957a0bf2abcca4e607887";><code>58940d6</code></a>
 Add zizmor GitHub Actions auditing and fix its findings</li>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/369a7412d3de663cc3361099cd1460911543fd25";><code>369a741</code></a>
 Remove the enforce PR label workflow</li>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/f3c331cb5b0ffa0b58949d05f25fbc9c13e4ab64";><code>f3c331c</code></a>
 Add context manager support to NotebookNotary</li>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/31c60675f7cbda7ba57f2ecf2b7aaac09a0fc743";><code>31c6067</code></a>
 Bump the actions group with 2 updates</li>
   <li><a 
href="https://github.com/jupyter/nbformat/commit/580da52c2e3c07bc69de703deb961c680f7d0d3e";><code>580da52</code></a>
 Fix validators cache key type annotation</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jupyter/nbformat/compare/v5.10.4...v5.11.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nbformat&package-manager=uv&previous-version=5.10.4&new-version=5.11.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 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: [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