From c2ef28092e66375f64386b49e60914a24bc6463e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 09:25:25 +0000 Subject: [PATCH] Update jupyter-client requirement from <7 to <8 Updates the requirements on [jupyter-client](https://github.com/jupyter/jupyter_client) to permit the latest version. - [Release notes](https://github.com/jupyter/jupyter_client/releases) - [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter_client/compare/4.0.0...v7.2.2) --- updated-dependencies: - dependency-name: jupyter-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18cd6bc19..ced9a5199 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ "rapidfuzz>=1.8", "Jinja2<3", "MarkupSafe<2.1.0", - "jupyter_client<7", + "jupyter_client<8", "jupyter_server>=1.12", "qtconsole>=5.2", "ipywidgets>=7.6",