From f4071556249aa7447fc5e8127ad7da0b50a8126e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:53:08 +0000 Subject: [PATCH] Update ipython requirement from >=3 to >=9.15.0 Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/rel-3.0.0...9.15.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78566bd..178d554 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ sphinxcontrib_bibtex numpydoc more_itertools numpy -IPython>=3 +IPython>=9.15.0 nbconvert pandoc