From e57182ce9ceea73c1540ff16ac182a4892160260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 06:18:07 +0000 Subject: [PATCH] build(deps-dev): bump ipython from 8.15.0 to 8.16.1 (#295) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be9d74243..fc08fcc27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "openpyxl==3.1.2", "scikit-learn==1.3.0", "pytest-xdist==3.3.1", - "ipython==8.15.0", + "ipython==8.16.1", ] doc = [ "recommonmark==0.7.1", @@ -65,7 +65,7 @@ doc = [ "ipywidgets==8.1.1", "joblib==1.3.2", "scikit-learn==1.3.0", - "ipython==8.15.0", + "ipython==8.16.1", "jupyterlab==4.0.6", "sphinx-jinja==2.0.2", "sphinx-autoapi==3.0.0",