From 2b914d6064a695d3b9d33c4d1fcd4fb992e2a802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 03:33:28 +0000 Subject: [PATCH] Bump jupyter-core from 4.7.1 to 4.11.1 Bumps [jupyter-core](https://github.com/jupyter/jupyter_core) from 4.7.1 to 4.11.1. - [Release notes](https://github.com/jupyter/jupyter_core/releases) - [Changelog](https://github.com/jupyter/jupyter_core/blob/main/docs/changelog.rst) - [Commits](https://github.com/jupyter/jupyter_core/compare/4.7.1...4.11.1) --- 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 cb089fec6e8..14fa0f1a2b5 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.11.1 jupyterlab-pygments==0.1.2 MarkupSafe==1.1.1 mistune==0.8.4 diff --git a/requirements.txt b/requirements.txt index 6564de12ab5..621ba09da8f 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.11.1 jupyterlab-pygments~=0.1.2 kiwisolver~=1.3.1 MarkupSafe~=1.1.1