From aae0986f8c61e41cc75e105bd8a282fab5186e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 03:12:32 +0000 Subject: [PATCH] Bump jupyter-core from 4.7.1 to 4.12.0 Bumps [jupyter-core](https://github.com/jupyter/jupyter_core) from 4.7.1 to 4.12.0. - [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/4.7.1...4.12.0) --- updated-dependencies: - dependency-name: jupyter-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index cb089fec6e8f..e02eda905c5f 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -27,7 +27,7 @@ jsonschema==3.2.0 jupyter==1.0.0 jupyter-client==6.1.11 jupyter-console==6.2.0 -jupyter-core==4.7.1 +jupyter-core==4.12.0 jupyterlab-pygments==0.1.2 MarkupSafe==1.1.1 mistune==0.8.4 diff --git a/requirements.txt b/requirements.txt index 6564de12ab57..2ce21c0400d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ jedi~=0.17.2 Jinja2~=2.11.3 jsonschema~=3.2.0 jupyter-client~=6.1.11 -jupyter-core~=4.7.1 +jupyter-core~=4.12.0 jupyterlab-pygments~=0.1.2 kiwisolver~=1.3.1 MarkupSafe~=1.1.1