From 2ed6c1ec39c0fd105fd8b60bcf8ebbe6346f7c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:51:43 +0000 Subject: [PATCH] :arrow_up: update ipykernel requirement Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.29.4...v7.2.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ee229d..b028afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev = [ "gtts<3.0.0,>=2.5.4", "icecream<3.0.0,>=2.1.3", "interrogate<2.0.0,>=1.5.0", - "ipykernel<7.0.0,>=6.29.4", + "ipykernel>=6.29.4,<8.0.0", "ipympl<1.0.0,>=0.9.4", "isort[colors]<6.0.0,>=5.10.1", "json-fix<1.0.0,>=0.5.2",