diff --git a/pyproject.toml b/pyproject.toml index 079090c..8b78df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ repository = "https://github.com/cemsbv/bromodels" 3d = ["pyvista"] test = ["coveralls", "pytest"] docs = [ - "ipython==7.30.1", + "ipython==8.27.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 1d55cbb..dae3bb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ importlib-resources==6.4.0 # via matplotlib iniconfig==2.0.0 # via pytest -ipython==7.30.1 +ipython==8.27.0 # via bromodels (pyproject.toml) isort==5.13.2 # via bromodels (pyproject.toml)