From d4b14e7c77e7643b426a08755f2179bcac9d0068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 03:13:25 +0000 Subject: [PATCH] Update jupyter requirement from >=1.0.0 to >=1.1.1 Updates the requirements on [jupyter](https://jupyter.org) to permit the latest version. --- updated-dependencies: - dependency-name: jupyter dependency-version: 1.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7790c38..7993ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "numpy>=1.21.0", "scipy>=1.13.1", "matplotlib>=3.5.0", - "jupyter>=1.0.0", + "jupyter>=1.1.1", "pydantic>=2.13.3", "typer>=0.23.2", "rich>=13.0.0", diff --git a/requirements.txt b/requirements.txt index 52cabe9..9cefcc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ torch>=2.0.0 numpy>=1.21.0 scipy>=1.7.0 matplotlib>=3.5.0 -jupyter>=1.0.0 +jupyter>=1.1.1 pydantic>=2.13.3 typer>=0.9.0 rich>=13.0.0