From 1a84f51298be975be7dcd6e8e21dc1d28add8bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 20:19:17 +0000 Subject: [PATCH] Bump ipython from 8.23.0 to 8.24.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.23.0 to 8.24.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.23.0...8.24.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90a8617..1ed5bf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = [ "myst_parser==2.0.0", "nbsphinx==0.9.3", "nbsphinx-link==1.3.0", - "ipython==8.23.0", + "ipython==8.24.0", ] dev = ["pre-commit>=2.12.1"] tests = ["pytest==8.1.1"]