From 9c97ae10b0b33200e92c90c2c4f6a9c16f0b7cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 20:09:41 +0000 Subject: [PATCH] Update jupyter-client requirement in /sdks/python 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/v7.4.6/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter_client/compare/6.1.11...v7.4.6) --- updated-dependencies: - dependency-name: jupyter-client dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 8017c1b692a7..c46543ed5dce 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -308,7 +308,7 @@ def get_portability_package_data(): 'ipywidgets>=7.6.5,<8', # Skip version 6.1.13 due to # https://github.com/jupyter/jupyter_client/issues/637 - 'jupyter-client>=6.1.11,<6.1.13', + 'jupyter-client>=6.1.11,<7.4.7', 'timeloop>=1.0.2,<2', ], 'interactive_test': [