From 44a1125631b60af610de0561f5e2b9faa5e1bd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:33:17 +0000 Subject: [PATCH] Bump ipython from 8.29.0 to 8.30.0 (#1076) Bumps [ipython](https://github.com/ipython/ipython) from 8.29.0 to 8.30.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.29.0...8.30.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 561cd1797..f4d2dfa67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ docs = [ "FireWorks==2.0.3", "autodoc_pydantic==2.2.0", "furo==2024.8.6", - "ipython==8.29.0", + "ipython==8.30.0", "jsonschema[format]", "myst_parser==4.0.0", "numpydoc==1.8.0",