From eea190dc753d1b72fe96f66823cde86a802c3d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:19:05 +0100 Subject: [PATCH] Update ipython requirement from <8.9.0 to <8.10.0 (#769) --- docs/notebook-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebook-requirements.txt b/docs/notebook-requirements.txt index 0597a579c..aa7f82701 100644 --- a/docs/notebook-requirements.txt +++ b/docs/notebook-requirements.txt @@ -1,5 +1,5 @@ # Jupyter notebooks -ipython<8.9.0 +ipython<8.10.0 # ipython 8.7 introduced a bug regarding pygments lexer support # https://github.com/spatialaudio/nbsphinx/issues/24 # https://github.com/ipython/ipython/issues/13845