From 469b3445d394b65ef3ae1ad6ad061774f4b40019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:35:52 +0000 Subject: [PATCH] Update jupyter-core requirement from ~=5.3.0 to ~=5.4.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.3.0...v5.4.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 74ded245..af2e45d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ jsonschema~=4.19.0 jupyter~=1.0.0 jupyter-client~=8.3.0 jupyter-console~=6.6.0 -jupyter-core~=5.3.0 +jupyter-core~=5.4.0 jupyterlab-pygments~=0.2.2 jupyterlab-widgets~=3.0.3 kiwisolver~=1.4.4