From c83f0513204012a2e3978b1596b7c29d68e86d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:53:05 +0000 Subject: [PATCH] Update ipython requirement from >=3 to >=9.14.1 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.14.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.14.1 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..194ec13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ sphinxcontrib_bibtex numpydoc more_itertools numpy -IPython>=3 +IPython>=9.14.1 nbconvert pandoc