From 944e79e21d00492dae8ee986d980f32d5f935f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 05:03:26 +0000 Subject: [PATCH] Update jupyter-client requirement from <8 to <9 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...v8.0.1) --- updated-dependencies: - dependency-name: jupyter-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41de1a272..56a14c79b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "ipywidgets>=7.6", "Jinja2>=3", "jsonschema>=3", - "jupyter_client<8", + "jupyter_client<9", "jupyter_server>=1.12,<2", "jupyterlab<4", "jupyterlab_server",