From 242a01a8279a9d06336794b5d36be48bbb1216c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 07:34:08 +0000 Subject: [PATCH] Update jupyter-core requirement from ~=5.1.0 to ~=5.7.2 Updates the requirements on [jupyter-core](https://github.com/jupyter/jupyter_core) to permit the latest version. - [Release notes](https://github.com/jupyter/jupyter_core/releases) - [Changelog](https://github.com/jupyter/jupyter_core/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter_core/compare/v5.1.0...v5.7.2) --- updated-dependencies: - dependency-name: jupyter-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index daf3ef190b6..63b11465c5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ Jinja2~=3.1.2 jsonpointer==2.3 jsonschema~=4.17.0 jupyter-client~=7.4.3 -jupyter-core~=5.1.0 +jupyter-core~=5.7.2 jupyterlab-pygments==0.2.2 jupyterlab-widgets~=3.0.3 kiwisolver~=1.4.4