From 2d8f35798b156de420356a927045e2f3114a513c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 07:58:05 +0000 Subject: [PATCH] Bump ipython from 8.11.0 to 8.12.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.11.0 to 8.12.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.11.0...8.12.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 029e7c31a4..6f0e570fe9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ lobster = ["lobsterpy"] defects = ["pymatgen-analysis-defects>=2022.11.30", "dscribe>=1.2.0"] docs = [ "numpydoc==1.5.0", - "ipython==8.11.0", + "ipython==8.12.0", "FireWorks==2.0.3", "autodoc_pydantic==1.8.0", "jupyter-book==0.14.0",