From 5280e6aea683b73392b5756586c16d63b0de82f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:11:56 +0000 Subject: [PATCH] Bump ipython from 8.6.0 to 8.7.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.6.0 to 8.7.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.6.0...8.7.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 a6378e5980..f20b48d64b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ tests = [ "openpyxl==3.0.10", "scikit-learn==1.1.3", "pytest-xdist==3.0.2", - "ipython==8.6.0", + "ipython==8.7.0", ] doc = [ "recommonmark==0.7.1", @@ -69,7 +69,7 @@ doc = [ "ipywidgets==8.0.2", "joblib==1.2.0", "scikit-learn==1.1.3", - "ipython==8.6.0", + "ipython==8.7.0", "jupyterlab==3.5.0", ]