From 7a3c41343ce5cf9859ed0863f0345e6162ed12ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:55:49 +0000 Subject: [PATCH] build(deps): bump jupyter-server from 1.24.0 to 2.7.2 in /src/wmrc Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 1.24.0 to 2.7.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.7.2) --- updated-dependencies: - dependency-name: jupyter-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/wmrc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wmrc/requirements.txt b/src/wmrc/requirements.txt index 4c0464b..6565ed7 100644 --- a/src/wmrc/requirements.txt +++ b/src/wmrc/requirements.txt @@ -3,6 +3,6 @@ ugrc-palletjack==3.1.* google-cloud-storage==2.3.* arcgis==2.1.0.3 jupyterlab==3.6.5 -jupyter-server==1.24.0 +jupyter-server==2.7.2 ipykernel==6.24.0 ypy-websocket==0.8.2