From d8b1195710ea452d23288ab4567700553381b88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 04:52:16 +0000 Subject: [PATCH] Update jupyter-core requirement from ~=5.5.0 to ~=5.6.0 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.5.0...v5.6.0) --- 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 883fbe9b8d0..0092ce386b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ Jinja2~=3.1.2 jsonpointer==2.4 jsonschema~=4.20.0 jupyter-client~=8.6.0 -jupyter-core~=5.5.0 +jupyter-core~=5.6.0 jupyterlab-pygments==0.3.0 jupyterlab-widgets~=3.0.3 kiwisolver~=1.4.4