diff --git a/pyproject.toml b/pyproject.toml index 90a8617..1ed5bf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = [ "myst_parser==2.0.0", "nbsphinx==0.9.3", "nbsphinx-link==1.3.0", - "ipython==8.23.0", + "ipython==8.24.0", ] dev = ["pre-commit>=2.12.1"] tests = ["pytest==8.1.1"]