From 951191647a53a0c75e9aba3868587353343b021c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:50:36 +0000 Subject: [PATCH] chore(deps): bump ipython from 7.30.1 to 8.21.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.30.1 to 8.21.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.30.1...8.21.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e66b2ea..d7f7c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ map = [ gef = ["pygef>=0.8"] test = ["coveralls", "pytest"] docs = [ - "ipython==7.30.1", + "ipython==8.21.0", "Sphinx==6.1.3", "sphinx-autodoc-typehints==1.22.0", "asteroid-sphinx-theme==0.0.3", diff --git a/requirements.txt b/requirements.txt index cb2e9b3..76448ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -86,7 +86,7 @@ imagesize==1.4.1 # via sphinx iniconfig==2.0.0 # via pytest -ipython==7.30.1 +ipython==8.21.0 # via GeoProfileCore (pyproject.toml) isort==5.13.2 # via GeoProfileCore (pyproject.toml)