From 6c951127b1ea038946cfbed3c71fb25036d6c041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:42:53 +0000 Subject: [PATCH] :arrow_up: Bump jupyter-core from 5.3.1 to 5.3.2 Bumps [jupyter-core](https://github.com/jupyter/jupyter_core) from 5.3.1 to 5.3.2. - [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.1...v5.3.2) --- updated-dependencies: - dependency-name: jupyter-core dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 438c957c..615b98b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -107,7 +107,7 @@ jupyter-client==8.3.1 # via # ipykernel # nbclient -jupyter-core==5.3.1 +jupyter-core==5.3.2 # via # ipykernel # jupyter-client