From 9cbda2eb6ce70aeb83de8207c279d4c105152e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:19:44 +0000 Subject: [PATCH] Update ipython requirement in the pip-all-updates group Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. Updates `ipython` to 8.38.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/rel-0.8.4...8.38.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 8.38.0 dependency-type: direct:development dependency-group: pip-all-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9715abe..28d7e9c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -258,7 +258,7 @@ docs = [ # TODO(mmschlk): remove the pin in ipython when we drop python 3.10 support and pin to # ipython>=9.0.0, since ipython==8.7.0 introduces a bug with parsing notebooks also discussed # here: https://github.com/spatialaudio/nbsphinx/issues/24 - "ipython<8.38.0", # for code execution in notebooks + "ipython<8.39.0", # for code execution in notebooks ] dev = [ "notebook>=7.3.3",