From 46a04e7f22acf23e86c8a0244b1d87b3d6b906c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:14:33 +0000 Subject: [PATCH] chore(deps): update jupyter-server requirement from >=2.14.1 to >=2.17.0 Updates the requirements on [jupyter-server](https://github.com/jupyter-server/jupyter_server) to permit the latest version. - [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/v2.14.1...v2.17.0) --- updated-dependencies: - dependency-name: jupyter-server dependency-version: 2.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/venv-test-ipywidgets8-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/venv-test-ipywidgets8-requirements.txt b/build/venv-test-ipywidgets8-requirements.txt index 632516b33e..00990c855f 100644 --- a/build/venv-test-ipywidgets8-requirements.txt +++ b/build/venv-test-ipywidgets8-requirements.txt @@ -17,7 +17,7 @@ tornado>=6.5 anyio>=4.4.0 requests>=2.32.4 fonttools>=4.43.0 -jupyter-server>=2.14.1 +jupyter-server>=2.17.0 jupyter-core>=5.8.0 ipython>=8.10.0 urllib3>=2.2.2