From afa20be342a689b5cf2594e87389ef10b8446c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 00:25:35 +0000 Subject: [PATCH] Bump jupyter-core from 4.9.2 to 4.11.1 Bumps [jupyter-core](https://github.com/jupyter/jupyter_core) from 4.9.2 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.9.2...4.11.1) --- updated-dependencies: - dependency-name: jupyter-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ae4e02..f35bf8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ jedi==0.18.1; python_version >= "3.8" jinja2==3.0.3; python_version >= "3.7" jsonschema==4.4.0; python_version >= "3.7" jupyter-client==7.1.2; python_full_version >= "3.6.1" and python_version >= "3.7" -jupyter-core==4.9.2; python_full_version >= "3.6.1" and python_version >= "3.7" +jupyter-core==4.11.1; python_full_version >= "3.6.1" and python_version >= "3.7" kiwisolver==1.3.2; python_version >= "3.7" locket==0.2.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" magicgui==0.3.7; python_version >= "3.7"