From 1fa70e67d6c97f79c1a181c851fa164d0c1a1ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:30:17 +0000 Subject: [PATCH] Bump ipython from 8.14.0 to 8.15.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.14.0 to 8.15.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.14.0...8.15.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 3421f00c..2d77a7a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ docs = [ "autodoc_pydantic==1.9.0", "furo==2023.8.19", - "ipython==8.14.0", + "ipython==8.15.0", "myst_parser==2.0.0", "nbsphinx==0.9.3", "sphinx-copybutton==0.5.2",