From 3ca50196ef002dfbe1c42cbce880cf0688dafcc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:04:59 +0000 Subject: [PATCH] Bump ipython from 8.9.0 to 8.10.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.9.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.9.0...8.10.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 ed1af51450..e40c0d0ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ "openpyxl==3.0.10", "scikit-learn==1.2.1", "pytest-xdist==3.2.0", - "ipython==8.9.0", + "ipython==8.10.0", ] doc = [ "recommonmark==0.7.1", @@ -68,7 +68,7 @@ doc = [ "ipywidgets==8.0.4", "joblib==1.2.0", "scikit-learn==1.2.1", - "ipython==8.9.0", + "ipython==8.10.0", "jupyterlab==3.6.1", ]