From b4fe749b48469cf8ef940128a7e992e962d6c1e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:48:27 +0000 Subject: [PATCH] chore(deps): bump ipython from 7.30.1 to 8.24.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.30.1 to 8.24.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.30.1...8.24.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 867fbbf..d06ef5b 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.24.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..5f2414a 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.24.0 # via GeoProfileCore (pyproject.toml) isort==5.13.2 # via GeoProfileCore (pyproject.toml)