Skip to content

chore(deps): update dependency ipykernel to v7#42

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ipykernel-7.x
Open

chore(deps): update dependency ipykernel to v7#42
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ipykernel-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
ipykernel ==6.21.2==7.2.0 age confidence

Release Notes

ipython/ipykernel (ipykernel)

v7.2.0

Compare Source

(Full Changelog)

New features added
Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.

(GitHub contributors page for this release)

@​arjxn-py (activity) | @​Carreau (activity) | @​ccordoba12 (activity) | @​ianthomas23 (activity) | @​JohanMabille (activity) | @​minrk (activity) | @​newville (activity) | @​SylvainCorlay (activity)

v7.1.0

Compare Source

IPykernel 7.1.0 fixes an issue where display outputs such as Matplotlib plots were not included when using %notebook magic to save sessions as .ipynb files (#​1435). 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.

Output from threads is restored to the pre-6.29 behavior by default (route to latest cell, unless get_ipython().set_parent() is called explicitly from the thread. If it is called, output from that thread will continue to be routed to the same cell). This behavior is now opt-in, instead of unconditional (#​1451).

This release also fixes bugs that were introduced into the 7.x branch relating to Matplotlib plots in separate windows not being displayed correctly (#​1458), kernels launched in new threads failing asserts (#​1455), and ContextVars persisting between cells (#​1462). There is also a fix for keyboard interrupts on Windows (#​1434).

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​Darshan808 | @​dfalbel | @​ianthomas23 | @​krassowski | @​lumberbot-app | @​minrk | @​ptosco

v7.0.1

Compare Source

IPykernel 7.0.1 is a bug fix release to support CPython 3.14.

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl | @​Carreau | @​cclauss | @​ianthomas23

v7.0.0

Compare Source

IPykernel 7.0.0 is a major release containing experimental support for kernel subshells.

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 ipykernel < 7 if necessary.

For further information and to report problems please see ipykernel 7.0.0 release with subshells (issue 1438).

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​ccordoba12 | @​davidbrochart | @​dependabot | @​fleming79 | @​ianthomas23 | @​krassowski | @​mgorny | @​minrk | @​pankaj-bind | @​pre-commit-ci

v6.31.0

Compare Source

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

v6.30.1

Compare Source

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
Contributors to this release

(GitHub contributors page for this release)

@​ianthomas23

v6.30.0

Compare Source

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)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​ccordoba12 | @​davidbrochart | @​dby-tmwctw | @​gregory-shklover | @​ianthomas23 | @​ivanov | @​jasongrout | @​krassowski | @​meeseeksmachine | @​minrk | @​nathanmcavoy | @​s-t-e-v-e-n-k

v6.29.5

Compare Source

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​ianthomas23

v6.29.4

Compare Source

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​agronholm | @​blink1073 | @​davidbrochart | @​krassowski | @​minrk

v6.29.3

Compare Source

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​ccordoba12 | @​jdranczewski | @​joouha | @​krassowski

v6.29.2

Compare Source

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​ianthomas23 | @​stdll00

v6.29.1

Compare Source

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​dependabot | @​Haadem | @​petervandenabeele | @​pre-commit-ci

v6.29.0

Compare Source

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​ianthomas23 | @​krassowski | @​pre-commit-ci

v6.28.0

Compare Source

(Full Changelog)

Enhancements made
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​brichet | @​dependabot | @​ianthomas23 | @​jjvraw | @​NewUserHa | @​pre-commit-ci

v6.27.1

Compare Source

(Full Changelog)

Bugs fixed
Contributors to this release

(GitHub contributors page for this release)

@​blink1073

v6.27.0

Compare Source

(Full Changelog)

Enhancements made
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​jjvraw | @​pre-commit-ci

v6.26.0

Compare Source

(Full Changelog)

Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​dependabot | @​pre-commit-ci

v6.25.2

Compare Source

(Full Changelog)

Bugs fixed
Contributors to this release

(GitHub contributors page for this release)

@​anntzer | @​blink1073 | @​ccordoba12 | @​minrk

v6.25.1

Compare Source

(Full Changelog)

Bugs fixed
  • Modifying debugger to return the same breakpoints in 'debugInfo' response as 'setBreakpoints' #​1140 (@​vaishnavi17)
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​pre-commit-ci | @​vaishnavi17

v6.25.0

Compare Source

(Full Changelog)

Enhancements made
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​fecet | @​jasongrout | @​maartenbreddels | [@​pre-commit-ci](https://redirect.github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2023-07-03.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants