From b60019373ed4f9d8d3dd5fdff0915f4828f25205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:08:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec0cee1558..730037fccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ "openpyxl==3.1.2", "scikit-learn==1.2.2", "pytest-xdist==3.2.1", - "ipython==8.11.0", + "ipython==8.12.0", ] doc = [ "recommonmark==0.7.1", @@ -68,7 +68,7 @@ doc = [ "ipywidgets==8.0.6", "joblib==1.2.0", "scikit-learn==1.2.2", - "ipython==8.11.0", + "ipython==8.12.0", "jupyterlab==3.6.2", ]