From 2dc02fd15a1eaf7a408022e17c1fb10dd707d6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:53:06 +0000 Subject: [PATCH] Update ipython requirement from >=3 to >=9.16.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.16.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.16.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..f22c169 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ sphinxcontrib_bibtex numpydoc more_itertools numpy -IPython>=3 +IPython>=9.16.1 nbconvert pandoc