From 88259eef25dd594bb9dae0734f33a3777a815772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:57:36 +0000 Subject: [PATCH] Update ipython requirement from >=3 to >=9.14.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.14.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.14.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..a2fa2ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ sphinxcontrib_bibtex numpydoc more_itertools numpy -IPython>=3 +IPython>=9.14.0 nbconvert pandoc