From 4e86f5819acf89c0e57c28c1767abf91e0b333e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 08:50:44 +0000 Subject: [PATCH] Bump ipython from 8.22.2 to 8.23.0 (#798) Bumps [ipython](https://github.com/ipython/ipython) from 8.22.2 to 8.23.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.22.2...8.23.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> Co-authored-by: Janosh Riebesell --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a867f763e2..6e0ef5af87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ docs = [ "FireWorks==2.0.3", "autodoc_pydantic==2.1.0", "furo==2024.1.29", - "ipython==8.22.2", + "ipython==8.23.0", "jsonschema[format]", "myst_parser==2.0.0", "numpydoc==1.6.0",