From b0cf8f7c4beffc9737d94d0da6a7e97b7b0bb6dc Mon Sep 17 00:00:00 2001 From: Matthias Fabian Meyer-Bender Date: Thu, 21 Nov 2024 16:39:09 +0100 Subject: [PATCH] fixed type in ipython dependency --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 190a287..a1b706d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2966,4 +2966,4 @@ docs = ["Sphinx", "nbsphinx", "sphinxcontrib-napoleon"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "65a00fc95d66855df3056952e4a2be3bed39285ccf4b53775b04ad2dad17695a" +content-hash = "a9e147edfaaf1118c0d5a9c165e639e66b9f8ca0ae8e746bd684f59da48e3b13" diff --git a/pyproject.toml b/pyproject.toml index bb5ef1e..9e9cbf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ bandit = "^1.7.4" safety = "^2.1.1" [tool.poetry.extras] -docs = ["Sphinx", "sphinx-book-theme", "sphinxcontrib-napoleon", "nbsphinx", "Ipython"] +docs = ["Sphinx", "sphinx-book-theme", "sphinxcontrib-napoleon", "nbsphinx", "IPython"] [build-system] requires = ["poetry-core>=1.0.0"]