From e8aa709bae2c89ecb58da3c259b5ea3576d20292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:14:33 +0000 Subject: [PATCH] chore(deps)(deps-dev): update ipython requirement 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/8.14.0...9.10.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 9.10.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3679a9..9963b5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "isort>=5.12.0", "flake8>=6.0.0", "mypy>=1.5.0", - "ipython>=8.14.0", + "ipython>=9.10.1", ] [project.urls]