Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2025

Updates the requirements on ipykernel and poetry to permit the latest version.
Updates ipykernel to 7.0.1

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.

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

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

Changelog

Sourced from ipykernel's changelog.

7.0.1

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

7.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 < 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

... (truncated)

Commits

Updates poetry from 2.1.4 to 2.2.1

Release notes

Sourced from poetry's releases.

2.2.1

Fixed

  • Fix an issue where poetry self show failed with a message about an invalid output format (#10560).

Docs

  • Remove outdated statements about dependency groups (#10561).

poetry-core (2.2.1)

  • Fix an issue where it was not possible to declare a PEP 735 dependency group as optional (#888).

2.2.0

Added

  • Add support for nesting dependency groups (#10166).
  • Add support for PEP 735 dependency groups (#10130).
  • Add support for PEP 639 license clarity (#10413).
  • Add a --format option to poetry show to alternatively output json format (#10487).
  • Add official support for Python 3.14 (#10514).

Changed

  • Normalize dependency group names (#10387).
  • Change installer.no-binary and installer.only-binary so that explicit package names will take precedence over :all: (#10278).
  • Improve log output during poetry install when a wheel is built from source (#10404).
  • Improve error message in case a file lock could not be acquired while cloning a git repository (#10535).
  • Require dulwich>=0.24.0 (#10492).
  • Allow virtualenv>=20.33 again (#10506).
  • Allow findpython>=0.7 (#10510).
  • Allow importlib-metadata>=8.7 (#10511).

Fixed

  • Fix an issue where poetry new did not create the project structure in an existing empty directory (#10431).
  • Fix an issue where a dependency that was required for a specific Python version was not installed into an environment of a pre-release Python version (#10516).

poetry-core (2.2.0)

  • Deprecate table values and values that are not valid SPDX expressions for [project.license] (#870).
  • Fix an issue where explicitly included files that are in .gitignore were not included in the distribution (#874).
  • Fix an issue where marker operations could result in invalid markers (#875).
Changelog

Sourced from poetry's changelog.

[2.2.1] - 2025-09-21

Fixed

  • Fix an issue where poetry self show failed with a message about an invalid output format (#10560).

Docs

  • Remove outdated statements about dependency groups (#10561).

poetry-core (2.2.1)

  • Fix an issue where it was not possible to declare a PEP 735 dependency group as optional (#888).

[2.2.0] - 2025-09-14

Added

  • Add support for nesting dependency groups (#10166).
  • Add support for PEP 735 dependency groups (#10130).
  • Add support for PEP 639 license clarity (#10413).
  • Add a --format option to poetry show to alternatively output json format (#10487).
  • Add official support for Python 3.14 (#10514).

Changed

  • Normalize dependency group names (#10387).
  • Change installer.no-binary and installer.only-binary so that explicit package names will take precedence over :all: (#10278).
  • Improve log output during poetry install when a wheel is built from source (#10404).
  • Improve error message in case a file lock could not be acquired while cloning a git repository (#10535).
  • Require dulwich>=0.24.0 (#10492).
  • Allow virtualenv>=20.33 again (#10506).
  • Allow findpython>=0.7 (#10510).
  • Allow importlib-metadata>=8.7 (#10511).

Fixed

  • Fix an issue where poetry new did not create the project structure in an existing empty directory (#10431).
  • Fix an issue where a dependency that was required for a specific Python version was not installed into an environment of a pre-release Python version (#10516).

poetry-core (2.2.0)

  • Deprecate table values and values that are not valid SPDX expressions for [project.license] (#870).
  • Fix an issue where explicitly included files that are in .gitignore were not included in the distribution (#874).
  • Fix an issue where marker operations could result in invalid markers (#875).
Commits

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) and [poetry](https://github.com/python-poetry/poetry) to permit the latest version.

Updates `ipykernel` to 7.0.1
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.29.5...v7.0.1)

Updates `poetry` from 2.1.4 to 2.2.1
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md)
- [Commits](python-poetry/poetry@2.1.4...2.2.1)

---
updated-dependencies:
- dependency-name: ipykernel
  dependency-version: 7.0.1
  dependency-type: direct:development
  dependency-group: python-packages
- dependency-name: poetry
  dependency-version: 2.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 21, 2025
@dependabot dependabot bot requested a review from cqc-melf as a code owner October 21, 2025 07:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant