pip prod(deps): update ipykernel requirement from <7.0.0 to <8.0.0
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updates the requirements on ipykernel to permit the latest version.
Release notes
Sourced from ipykernel's releases.
v7.0.1
7.0.1
IPykernel 7.0.1 is a bug fix release to support CPython 3.14.
Bugs fixed
- Avoid overriding Thread._context in Python 3.14 #1447 (
@ianthomas23)Maintenance and upkeep improvements
- Fix 7.x license warnings #1448 (
@bollwyvl)- ci: Test on PyPy 3.11 instead of 3.10 #1444 (
@cclauss)Documentation improvements
- Clean up changelog following 7.0.0 release #1439 (
@ianthomas23)Contributors to this release
Changelog
Sourced from ipykernel's changelog.
7.0.1
IPykernel 7.0.1 is a bug fix release to support CPython 3.14.
Bugs fixed
- Avoid overriding Thread._context in Python 3.14 #1447 (
@ianthomas23)Maintenance and upkeep improvements
- Fix 7.x license warnings #1448 (
@bollwyvl)- ci: Test on PyPy 3.11 instead of 3.10 #1444 (
@cclauss)Documentation improvements
- Clean up changelog following 7.0.0 release #1439 (
@ianthomas23)Contributors to this release
(GitHub contributors page for this release)
@bollwyvl|@Carreau|@cclauss|@ianthomas237.0.0
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 < 7if necessary.For further information and to report problems please see ipykernel 7.0.0 release with subshells (issue 1438).
Enhancements made
- Use asyncio.Lock around subshell message handling #1430 (
@ianthomas23)- Subshells implemented using tornado event loops on 6.x branch #1396 (
@ianthomas23)Bugs fixed
- Forward port from 6.x: Correct use of asyncio.Lock to process a single control message at a time #1418 (
@ianthomas23)- Cache separate headers on subshell threads #1414 (
@ianthomas23)Maintenance and upkeep improvements
- Drop support for Python 3.9 #1431 (
@ianthomas23)
... (truncated)
Commits
f14b95bPublish 7.0.16d9a14aAvoid overriding Thread._context in Python 3.14 (#1447)a3f73e1Fix 7.x license warnings (#1448)3b2e4c0ci: Test on PyPy 3.11 instead of 3.10 (#1444)60f74b1Clean up changelog following 7.0.0 release (#1439)6a14889Publish 7.0.0a21e3deReinstate ipyparallel downstream tests (#1426)8a574d6Publish 7.0.0a37b41bc6Use asyncio.Lock around subshell message handling (#1430)5b8ac29Drop support for Python 3.9 (#1431)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)