From cc83da54f2eb57ec5f3520aaf8a8225224b5c624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:30:06 +0000 Subject: [PATCH] Bump jupyter-server from 1.24.0 to 2.11.2 in /terra-base Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 1.24.0 to 2.11.2. - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter-server/jupyter_server/compare/v1.24.0...v2.11.2) --- updated-dependencies: - dependency-name: jupyter-server dependency-version: 2.11.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terra-base/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terra-base/pyproject.toml b/terra-base/pyproject.toml index 1fb3d1d3..e95cb989 100644 --- a/terra-base/pyproject.toml +++ b/terra-base/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "ipykernel>=6.29.5", "jupyter-contrib-nbextensions==0.7.0", "jupyter-core==5.3.1", - "jupyter-server==1.24.0", + "jupyter-server==2.11.2", "jupyter-server-proxy==4.0.0", "jupyterlab==3.4.8", "jupyterlab-server==2.23.0",