From 1123d27218605c51c10ae2c0d352c023ecee5341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:00:28 +0000 Subject: [PATCH] deps:(deps): update jupyter requirement Updates the requirements on [jupyter](https://jupyter.org) to permit the latest version. --- updated-dependencies: - dependency-name: jupyter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb2d1bca..5d8c24e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ docs = [ "sphinx_design==0.3.0", "ipykernel>=6.29.5", ] -tutorials = ["jupyter>=1.0.0,<1.1.0", "skimpy==0.0.15"] +tutorials = ["jupyter>=1.0.0,<1.2.0", "skimpy==0.0.15"] [project.readme] file = "README.md"