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)