[PR #1485] [MERGED] deps(book): update ipykernel requirement from >=6.29.0 to >=6.31.0 #7354

Closed
opened 2026-04-24 17:26:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1485
Author: @dependabot[bot]
Created: 4/22/2026
Status: Merged
Merged: 4/22/2026
Merged by: @profvjreddi

Base: devHead: dependabot/pip/dev/ipykernel-gte-6.31.0


📝 Commits (2)

  • cfe1f5f deps(book): update ipykernel requirement from >=6.29.0 to >=6.31.0
  • 65f9adb Merge branch 'dev' into dependabot/pip/dev/ipykernel-gte-6.31.0

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 binder/requirements.txt (+1 -1)
📝 tinytorch/requirements.txt (+1 -1)

📄 Description

Updates the requirements on ipykernel to permit the latest version.

Release notes

Sourced from ipykernel's releases.

v6.31.0

6.31.0

IPykernel 6.31.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook magic to save sessions as .ipynb files. This is enabled using the traitlet ZMQDisplayPublisher.store_display_history which defaults to the previous behaviour of False. This is a minor release rather than a patch release due to the addition of the new traitlet.

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl | @​cclauss | @​Darshan808 | @​ianthomas23 | @​krassowski | @​lumberbot-app | @​meeseeksmachine | @​mgorny | @​minrk

Changelog

Sourced from ipykernel's changelog.

6.31.0

IPykernel 6.31.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook magic to save sessions as .ipynb files. This is enabled using the traitlet ZMQDisplayPublisher.store_display_history which defaults to the previous behaviour of False. This is a minor release rather than a patch release due to the addition of the new traitlet.

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl | @​cclauss | @​Darshan808 | @​ianthomas23 | @​krassowski | @​lumberbot-app | @​meeseeksmachine | @​mgorny | @​minrk

6.30.1

This is a bugfix release to fix a significant bug introduced in 6.30.0 that allowed control messages to be handled concurrently rather than sequentially which broke debugging in JupyterLab and VSCode.

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

  • Backport: Remove links in changelog to github milestones that no longer exist #1417 (@​ianthomas23)

Contributors to this release

(GitHub contributors page for this release)

@​ianthomas23

6.30.0

This release fixes three bugs but is primarily a maintenance release bringing support for Python 3.13 and updating dependencies. It does not include subshells which will be in the upcoming 7.0.0 release. Users and downstream libraries that wish to avoid subshells should pin to ipykernel < 7.

(Full Changelog)

... (truncated)

Commits
  • 51272ac Publish 6.31.0
  • 01c1e8f Backport PR #1435: Store display outputs in history for %notebook magic (#1...
  • e792ab9 Backport PR #1453: update tests for 3.14 (#1460)
  • ddd77b7 Backport PR #1444 on branch 6.x (ci: Test on PyPy 3.11 instead of 3.10) (#1459)
  • 675abf4 6.x: Update PEP-639 license values in pyproject.toml (#1446)
  • d208be4 Backport PR 1411 to 6.x (#1421)
  • 81587cc Publish 6.30.1
  • 357c908 Correct use of asyncio.Lock to process a single control message at a time (#1...
  • f96df51 Backport: Remove links in changelog to github milestones that no longer exist...
  • 7f78f02 Publish 6.30.0
  • Additional commits viewable in compare view

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1485 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/22/2026 **Status:** ✅ Merged **Merged:** 4/22/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/pip/dev/ipykernel-gte-6.31.0` --- ### 📝 Commits (2) - [`cfe1f5f`](https://github.com/harvard-edge/cs249r_book/commit/cfe1f5f91e94871587008f7dde55063c855b4f94) deps(book): update ipykernel requirement from >=6.29.0 to >=6.31.0 - [`65f9adb`](https://github.com/harvard-edge/cs249r_book/commit/65f9adb34f528f6b2edc9ea7cce6f4ead99497eb) Merge branch 'dev' into dependabot/pip/dev/ipykernel-gte-6.31.0 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `binder/requirements.txt` (+1 -1) 📝 `tinytorch/requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version. <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>v6.31.0</h2> <h2>6.31.0</h2> <p>IPykernel 6.31.0 fixes an issue where display outputs such as Matplotlib plots were not included when using <code>%notebook</code> magic to save sessions as <code>.ipynb</code> files. This is enabled using the traitlet <code>ZMQDisplayPublisher.store_display_history</code> which defaults to the previous behaviour of <code>False</code>. This is a minor release rather than a patch release due to the addition of the new traitlet.</p> <p>(<a href="https://github.com/ipython/ipykernel/compare/v6.30.1...01c1e8fe43047050f29d8728eabf4e4de14b624b">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1435">#1435</a>: Store display outputs in history for <code>%notebook</code> magic <a href="https://redirect.github.com/ipython/ipykernel/pull/1461">#1461</a> (<a href="https://github.com/Darshan808"><code>@​Darshan808</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1453">#1453</a>: update tests for 3.14 <a href="https://redirect.github.com/ipython/ipykernel/pull/1460">#1460</a> (<a href="https://github.com/minrk"><code>@​minrk</code></a>)</li> <li>Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1444">#1444</a>: Test on PyPy 3.11 instead of 3.10 <a href="https://redirect.github.com/ipython/ipykernel/pull/1459">#1459</a> (<a href="https://github.com/cclauss"><code>@​cclauss</code></a>)</li> <li>6.x: Update PEP-639 license values in pyproject.toml <a href="https://redirect.github.com/ipython/ipykernel/pull/1446">#1446</a> (<a href="https://github.com/bollwyvl"><code>@​bollwyvl</code></a>)</li> <li>Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1411">#1411</a>: Replace <code>@flaky.flaky</code> decorate with pytest fixture <a href="https://redirect.github.com/ipython/ipykernel/pull/1421">#1421</a> (<a href="https://github.com/mgorny"><code>@​mgorny</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/ipython/ipykernel/graphs/contributors?from=2025-08-04&amp;to=2025-10-20&amp;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-08-04..2025-10-20&amp;type=Issues"><code>@​bollwyvl</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Acclauss+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​cclauss</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ADarshan808+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​Darshan808</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aianthomas23+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​ianthomas23</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Akrassowski+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​krassowski</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Alumberbot-app+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​lumberbot-app</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ameeseeksmachine+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​meeseeksmachine</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amgorny+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​mgorny</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​minrk</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ipython/ipykernel/blob/v6.31.0/CHANGELOG.md">ipykernel's changelog</a>.</em></p> <blockquote> <h2>6.31.0</h2> <p>IPykernel 6.31.0 fixes an issue where display outputs such as Matplotlib plots were not included when using <code>%notebook</code> magic to save sessions as <code>.ipynb</code> files. This is enabled using the traitlet <code>ZMQDisplayPublisher.store_display_history</code> which defaults to the previous behaviour of <code>False</code>. This is a minor release rather than a patch release due to the addition of the new traitlet.</p> <p>(<a href="https://github.com/ipython/ipykernel/compare/v6.30.1...01c1e8fe43047050f29d8728eabf4e4de14b624b">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1435">#1435</a>: Store display outputs in history for <code>%notebook</code> magic <a href="https://redirect.github.com/ipython/ipykernel/pull/1461">#1461</a> (<a href="https://github.com/Darshan808"><code>@​Darshan808</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1453">#1453</a>: update tests for 3.14 <a href="https://redirect.github.com/ipython/ipykernel/pull/1460">#1460</a> (<a href="https://github.com/minrk"><code>@​minrk</code></a>)</li> <li>Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1444">#1444</a>: Test on PyPy 3.11 instead of 3.10 <a href="https://redirect.github.com/ipython/ipykernel/pull/1459">#1459</a> (<a href="https://github.com/cclauss"><code>@​cclauss</code></a>)</li> <li>6.x: Update PEP-639 license values in pyproject.toml <a href="https://redirect.github.com/ipython/ipykernel/pull/1446">#1446</a> (<a href="https://github.com/bollwyvl"><code>@​bollwyvl</code></a>)</li> <li>Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1411">#1411</a>: Replace <code>@flaky.flaky</code> decorate with pytest fixture <a href="https://redirect.github.com/ipython/ipykernel/pull/1421">#1421</a> (<a href="https://github.com/mgorny"><code>@​mgorny</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/ipython/ipykernel/graphs/contributors?from=2025-08-04&amp;to=2025-10-20&amp;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-08-04..2025-10-20&amp;type=Issues"><code>@​bollwyvl</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Acclauss+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​cclauss</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ADarshan808+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​Darshan808</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aianthomas23+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​ianthomas23</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Akrassowski+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​krassowski</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Alumberbot-app+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​lumberbot-app</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ameeseeksmachine+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​meeseeksmachine</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amgorny+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​mgorny</code></a> | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2025-08-04..2025-10-20&amp;type=Issues"><code>@​minrk</code></a></p> <!-- raw HTML omitted --> <h2>6.30.1</h2> <p>This is a bugfix release to fix a significant bug introduced in 6.30.0 that allowed control messages to be handled concurrently rather than sequentially which broke debugging in JupyterLab and VSCode.</p> <p>(<a href="https://github.com/ipython/ipykernel/compare/v6.30.0...357c908eab4ae97bb17c5dcabc7ee981df8ecb29">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Correct use of asyncio.Lock to process a single control message at a time <a href="https://redirect.github.com/ipython/ipykernel/pull/1416">#1416</a> (<a href="https://github.com/ianthomas23"><code>@​ianthomas23</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Backport: Remove links in changelog to github milestones that no longer exist <a href="https://redirect.github.com/ipython/ipykernel/pull/1417">#1417</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-07-21&amp;to=2025-08-04&amp;type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aianthomas23+updated%3A2025-07-21..2025-08-04&amp;type=Issues"><code>@​ianthomas23</code></a></p> <h2>6.30.0</h2> <p>This release fixes three bugs but is primarily a maintenance release bringing support for Python 3.13 and updating dependencies. It does not include subshells which will be in the upcoming 7.0.0 release. Users and downstream libraries that wish to avoid subshells should pin to <code>ipykernel &lt; 7</code>.</p> <p>(<a href="https://github.com/ipython/ipykernel/compare/b1283b144...d9bd546a4dc49a41c3ad5fcc5d4a61f259973182">Full Changelog</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ipython/ipykernel/commit/51272ac19430e681fdb4bc7d243bf10ea085de8d"><code>51272ac</code></a> Publish 6.31.0</li> <li><a href="https://github.com/ipython/ipykernel/commit/01c1e8fe43047050f29d8728eabf4e4de14b624b"><code>01c1e8f</code></a> Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1435">#1435</a>: Store display outputs in history for <code>%notebook</code> magic (<a href="https://redirect.github.com/ipython/ipykernel/issues/1">#1</a>...</li> <li><a href="https://github.com/ipython/ipykernel/commit/e792ab9d34b9b2616ec56dffb77260efb5582f0e"><code>e792ab9</code></a> Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1453">#1453</a>: update tests for 3.14 (<a href="https://redirect.github.com/ipython/ipykernel/issues/1460">#1460</a>)</li> <li><a href="https://github.com/ipython/ipykernel/commit/ddd77b7fc8689b08e6e6d43af2f7003b7d2785d5"><code>ddd77b7</code></a> Backport PR <a href="https://redirect.github.com/ipython/ipykernel/issues/1444">#1444</a> on branch 6.x (ci: Test on PyPy 3.11 instead of 3.10) (<a href="https://redirect.github.com/ipython/ipykernel/issues/1459">#1459</a>)</li> <li><a href="https://github.com/ipython/ipykernel/commit/675abf4ab903c0966b57f52554dd8f27fa324848"><code>675abf4</code></a> 6.x: Update PEP-639 license values in pyproject.toml (<a href="https://redirect.github.com/ipython/ipykernel/issues/1446">#1446</a>)</li> <li><a href="https://github.com/ipython/ipykernel/commit/d208be46bed00543f3daa7dc16fdec668a6ca2f7"><code>d208be4</code></a> Backport PR 1411 to 6.x (<a href="https://redirect.github.com/ipython/ipykernel/issues/1421">#1421</a>)</li> <li><a href="https://github.com/ipython/ipykernel/commit/81587cc3d0c4fa04bcced33d0282dcc8ed49a71b"><code>81587cc</code></a> Publish 6.30.1</li> <li><a href="https://github.com/ipython/ipykernel/commit/357c908eab4ae97bb17c5dcabc7ee981df8ecb29"><code>357c908</code></a> Correct use of asyncio.Lock to process a single control message at a time (<a href="https://redirect.github.com/ipython/ipykernel/issues/1">#1</a>...</li> <li><a href="https://github.com/ipython/ipykernel/commit/f96df51958f6ea7112b836c05e937128e311c357"><code>f96df51</code></a> Backport: Remove links in changelog to github milestones that no longer exist...</li> <li><a href="https://github.com/ipython/ipykernel/commit/7f78f02d4086a1ad5685ce5ed81233cd7fc47022"><code>7f78f02</code></a> Publish 6.30.0</li> <li>Additional commits viewable in <a href="https://github.com/ipython/ipykernel/compare/v6.29.0...v6.31.0">compare view</a></li> </ul> </details> <br /> 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 17:26:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#7354