From 6c3007e2792df268f930ad01ff0e777b0dec9e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:22:33 +0000 Subject: [PATCH] chore(deps): update jupyter-client requirement from >=8.0.0 to >=8.9.1 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/v8.0.0...v8.9.1) --- updated-dependencies: - dependency-name: jupyter-client dependency-version: 8.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 683ece601..94e810f2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ prompt-toolkit==3.0.50 ptpython==3.0.29 mcp==1.11.0 conda-pack>=0.7.0 -jupyter_client>=8.0.0 +jupyter_client>=8.9.1 kubernetes>=24.2.0 psutil>=5.9.0 ptyprocess==0.7.0