From 28c51b21693a40aba97854d30ad2d80ccf07da0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 13:56:22 +0000 Subject: [PATCH] build(deps): bump ipython from 8.31.0 to 8.32.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.31.0 to 8.32.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.31.0...8.32.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c3d98d24..95811b5ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ tests = [ "openpyxl==3.1.5", "scikit-learn==1.6.1", "pytest-xdist==3.6.1", - "ipython==8.31.0", + "ipython==8.32.0", "pyvista==0.44.2", ] codegen = [ @@ -73,7 +73,7 @@ doc = [ "ipywidgets==8.1.5", "joblib==1.4.2", "scikit-learn==1.6.1", - "ipython==8.31.0", + "ipython==8.32.0", "jupyterlab==4.3.4", "sphinx-jinja==2.0.2", "sphinx-autoapi==3.4.0",