From 30d508a7def3268c0da5bfde617b18de969ace81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 05:16:05 +0000 Subject: [PATCH] Bump jupyterhub from 5.3.0 to 5.4.0 in /images/hub/unfrozen Bumps [jupyterhub](https://github.com/jupyterhub/jupyterhub) from 5.3.0 to 5.4.0. - [Changelog](https://github.com/jupyterhub/jupyterhub/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterhub/jupyterhub/compare/5.3.0...5.4.0) --- updated-dependencies: - dependency-name: jupyterhub dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- images/hub/unfrozen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/hub/unfrozen/requirements.txt b/images/hub/unfrozen/requirements.txt index 01b1542299..4f43dea33b 100644 --- a/images/hub/unfrozen/requirements.txt +++ b/images/hub/unfrozen/requirements.txt @@ -8,7 +8,7 @@ # # JupyterHub itself -jupyterhub==5.3.0 +jupyterhub==5.4.0 # JupyterHub Spawner, kubernetes specific jupyterhub-kubespawner==7.*