Commit 907beee
authored
deps(uv)(deps): bump ipykernel from 6.30.1 to 7.0.1 (#65)
Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.30.1 to
7.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ipython/ipykernel/releases">ipykernel's
releases</a>.</em></p>
<blockquote>
<h2>v7.0.1</h2>
<h2>7.0.1</h2>
<p>IPykernel 7.0.1 is a bug fix release to support CPython 3.14.</p>
<p>(<a
href="https://github.com/ipython/ipykernel/compare/v7.0.0...6d9a14a21a8e328e384ebac48e4ccbaad85b1d45">Full
Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Avoid overriding Thread._context in Python 3.14 <a
href="https://redirect.github.com/ipython/ipykernel/pull/1447">#1447</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Fix 7.x license warnings <a
href="https://redirect.github.com/ipython/ipykernel/pull/1448">#1448</a>
(<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li>
<li>ci: Test on PyPy 3.11 instead of 3.10 <a
href="https://redirect.github.com/ipython/ipykernel/pull/1444">#1444</a>
(<a href="https://github.com/cclauss"><code>@cclauss</code></a>)</li>
</ul>
<h3>Documentation improvements</h3>
<ul>
<li>Clean up changelog following 7.0.0 release <a
href="https://redirect.github.com/ipython/ipykernel/pull/1439">#1439</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
</ul>
<h3>Contributors to this release</h3>
<p>(<a
href="https://github.com/ipython/ipykernel/graphs/contributors?from=2025-10-13&to=2025-10-14&type=c">GitHub
contributors page for this release</a>)</p>
<p><a
href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Abollwyvl+updated%3A2025-10-13..2025-10-14&type=Issues"><code>@bollwyvl</code></a>
| <a
href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2025-10-13..2025-10-14&type=Issues"><code>@Carreau</code></a>
| <a
href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Acclauss+updated%3A2025-10-13..2025-10-14&type=Issues"><code>@cclauss</code></a>
| <a
href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aianthomas23+updated%3A2025-10-13..2025-10-14&type=Issues"><code>@ianthomas23</code></a></p>
<h2>v7.0.0</h2>
<h2>7.0.0</h2>
<p>IPykernel 7.0.0 is a major release containing experimental support
for <a
href="https://redirect.github.com/jupyter/enhancement-proposals/pull/91">kernel
subshells</a>.</p>
<p>If not using subshells it is intended to be backward compatible with
the 6.x branch, but there are some architectural changes which may break
assumptions made in downstream libraries and hence this is identified as
a major releases as it is potentially backwards incompatible. If you
experience problems then please report them, and you can pin
<code>ipykernel < 7</code> if necessary.</p>
<p>For further information and to report problems please see <a
href="https://redirect.github.com/ipython/ipykernel/issues/1438">ipykernel
7.0.0 release with subshells (issue 1438)</a>.</p>
<p>(<a
href="https://github.com/ipython/ipykernel/compare/7603443ba9...a21e3de4702c8d97dae2b2d0d01c916a6fbbb2c2">Full
Changelog</a>)</p>
<h3>Enhancements made</h3>
<ul>
<li>Use asyncio.Lock around subshell message handling <a
href="https://redirect.github.com/ipython/ipykernel/pull/1430">#1430</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
<li>Subshells implemented using tornado event loops on 6.x branch <a
href="https://redirect.github.com/ipython/ipykernel/pull/1396">#1396</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
</ul>
<h3>Bugs fixed</h3>
<ul>
<li>Forward port from 6.x: Correct use of asyncio.Lock to process a
single control message at a time <a
href="https://redirect.github.com/ipython/ipykernel/pull/1418">#1418</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
<li>Cache separate headers on subshell threads <a
href="https://redirect.github.com/ipython/ipykernel/pull/1414">#1414</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md">ipykernel's
changelog</a>.</em></p>
<blockquote>
<h2>7.0.1</h2>
<p>IPykernel 7.0.1 is a bug fix release to support CPython 3.14.</p>
<p>(<a
href="https://github.com/ipython/ipykernel/compare/v7.0.0...6d9a14a21a8e328e384ebac48e4ccbaad85b1d45">Full
Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Avoid overriding Thread._context in Python 3.14 <a
href="https://redirect.github.com/ipython/ipykernel/pull/1447">#1447</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Fix 7.x license warnings <a
href="https://redirect.github.com/ipython/ipykernel/pull/1448">#1448</a>
(<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li>
<li>ci: Test on PyPy 3.11 instead of 3.10 <a
href="https://redirect.github.com/ipython/ipykernel/pull/1444">#1444</a>
(<a href="https://github.com/cclauss"><code>@cclauss</code></a>)</li>
</ul>
<h3>Documentation improvements</h3>
<ul>
<li>Clean up changelog following 7.0.0 release <a
href="https://redirect.github.com/ipython/ipykernel/pull/1439">#1439</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
</ul>
<h3>Contributors to this release</h3>
<p>(<a
href="https://github.com/ipython/ipykernel/graphs/contributors?from=2025-10-13&to=2025-10-14&type=c">GitHub
contributors page for this release</a>)</p>
<p><a
href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Abollwyvl+updated%3A2025-10-13..2025-10-14&type=Issues"><code>@bollwyvl</code></a>
| <a
href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2025-10-13..2025-10-14&type=Issues"><code>@Carreau</code></a>
| <a
href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Acclauss+updated%3A2025-10-13..2025-10-14&type=Issues"><code>@cclauss</code></a>
| <a
href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aianthomas23+updated%3A2025-10-13..2025-10-14&type=Issues"><code>@ianthomas23</code></a></p>
<!-- raw HTML omitted -->
<h2>7.0.0</h2>
<p>IPykernel 7.0.0 is a major release containing experimental support
for <a
href="https://redirect.github.com/jupyter/enhancement-proposals/pull/91">kernel
subshells</a>.</p>
<p>If not using subshells it is intended to be backward compatible with
the 6.x branch, but there are some architectural changes which may break
assumptions made in downstream libraries and hence this is identified as
a major releases as it is potentially backwards incompatible. If you
experience problems then please report them, and you can pin
<code>ipykernel < 7</code> if necessary.</p>
<p>For further information and to report problems please see <a
href="https://redirect.github.com/ipython/ipykernel/issues/1438">ipykernel
7.0.0 release with subshells (issue 1438)</a>.</p>
<p>(<a
href="https://github.com/ipython/ipykernel/compare/7603443ba9...a21e3de4702c8d97dae2b2d0d01c916a6fbbb2c2">Full
Changelog</a>)</p>
<h3>Enhancements made</h3>
<ul>
<li>Use asyncio.Lock around subshell message handling <a
href="https://redirect.github.com/ipython/ipykernel/pull/1430">#1430</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
<li>Subshells implemented using tornado event loops on 6.x branch <a
href="https://redirect.github.com/ipython/ipykernel/pull/1396">#1396</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
</ul>
<h3>Bugs fixed</h3>
<ul>
<li>Forward port from 6.x: Correct use of asyncio.Lock to process a
single control message at a time <a
href="https://redirect.github.com/ipython/ipykernel/pull/1418">#1418</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
<li>Cache separate headers on subshell threads <a
href="https://redirect.github.com/ipython/ipykernel/pull/1414">#1414</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Drop support for Python 3.9 <a
href="https://redirect.github.com/ipython/ipykernel/pull/1431">#1431</a>
(<a
href="https://github.com/ianthomas23"><code>@ianthomas23</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ipython/ipykernel/commit/f14b95bd54888eeaee4e70d9232e188638addc35"><code>f14b95b</code></a>
Publish 7.0.1</li>
<li><a
href="https://github.com/ipython/ipykernel/commit/6d9a14a21a8e328e384ebac48e4ccbaad85b1d45"><code>6d9a14a</code></a>
Avoid overriding Thread._context in Python 3.14 (<a
href="https://redirect.github.com/ipython/ipykernel/issues/1447">#1447</a>)</li>
<li><a
href="https://github.com/ipython/ipykernel/commit/a3f73e1c101ee42e47cec990bb5f4226822bb9ee"><code>a3f73e1</code></a>
Fix 7.x license warnings (<a
href="https://redirect.github.com/ipython/ipykernel/issues/1448">#1448</a>)</li>
<li><a
href="https://github.com/ipython/ipykernel/commit/3b2e4c0be20d165a36b81030899a5917f499d80b"><code>3b2e4c0</code></a>
ci: Test on PyPy 3.11 instead of 3.10 (<a
href="https://redirect.github.com/ipython/ipykernel/issues/1444">#1444</a>)</li>
<li><a
href="https://github.com/ipython/ipykernel/commit/60f74b1b717ec27af6e28e93c0fcb97fb9f0ad72"><code>60f74b1</code></a>
Clean up changelog following 7.0.0 release (<a
href="https://redirect.github.com/ipython/ipykernel/issues/1439">#1439</a>)</li>
<li><a
href="https://github.com/ipython/ipykernel/commit/6a14889a5fe8af989b033aa2cbe6476299020d75"><code>6a14889</code></a>
Publish 7.0.0</li>
<li><a
href="https://github.com/ipython/ipykernel/commit/a21e3de4702c8d97dae2b2d0d01c916a6fbbb2c2"><code>a21e3de</code></a>
Reinstate ipyparallel downstream tests (<a
href="https://redirect.github.com/ipython/ipykernel/issues/1426">#1426</a>)</li>
<li><a
href="https://github.com/ipython/ipykernel/commit/8a574d6cf60148b84ab0bc0f2d9e19dc5e1b68b7"><code>8a574d6</code></a>
Publish 7.0.0a3</li>
<li><a
href="https://github.com/ipython/ipykernel/commit/7b41bc6bfca1e00b903f386e76dce1eda97b0907"><code>7b41bc6</code></a>
Use asyncio.Lock around subshell message handling (<a
href="https://redirect.github.com/ipython/ipykernel/issues/1430">#1430</a>)</li>
<li><a
href="https://github.com/ipython/ipykernel/commit/5b8ac292dabd824de99f36a6c902fb43fd53681c"><code>5b8ac29</code></a>
Drop support for Python 3.9 (<a
href="https://redirect.github.com/ipython/ipykernel/issues/1431">#1431</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ipython/ipykernel/compare/v6.30.1...v7.0.1">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>1 file changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments