From f45bbf6e70e928ab6b0083b905bbaeea164554a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:50:31 +0000 Subject: [PATCH] pip prod(deps): update ipykernel requirement from <7.0.0 to <8.0.0 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/4.0.1...v7.0.1) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index e95a582acf..b4efe2ccfd 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -8,4 +8,4 @@ pooch<1.8.3 click<9.0 cloudpickle<3.1.2 ipympl<0.9.9 -ipykernel<7.0.0 \ No newline at end of file +ipykernel<8.0.0 \ No newline at end of file