From bf7e49dd49fe3753c96a2aab3e7ff7e53caf4d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:54:03 +0000 Subject: [PATCH] Update ipython requirement from >=3 to >=9.13.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.13.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.13.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..62bf8b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ sphinxcontrib_bibtex numpydoc more_itertools numpy -IPython>=3 +IPython>=9.13.0 nbconvert pandoc