From de2f859988618422c7934829068ea1f39629b764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:06:24 +0000 Subject: [PATCH] build(deps-dev): bump ipython from 8.22.1 to 8.22.2 Bumps [ipython](https://github.com/ipython/ipython) from 8.22.1 to 8.22.2. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.22.1...8.22.2) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebedd30fe..6d4b88c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "openpyxl==3.1.2", "scikit-learn==1.4.1.post1", "pytest-xdist==3.5.0", - "ipython==8.22.1", + "ipython==8.22.2", ] doc = [ "recommonmark==0.7.1", @@ -65,7 +65,7 @@ doc = [ "ipywidgets==8.1.2", "joblib==1.3.2", "scikit-learn==1.4.1.post1", - "ipython==8.22.1", + "ipython==8.22.2", "jupyterlab==4.1.2", "sphinx-jinja==2.0.2", "sphinx-autoapi==3.0.0",