From 1a87fac70040d7547b2ef11205f74536fd121d08 Mon Sep 17 00:00:00 2001 From: JupyterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:03:13 +0000 Subject: [PATCH] hub image: refreeze requirements.txt --- images/hub/requirements.txt | 3 ++- images/singleuser-sample/requirements.txt | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index 8d0ea2617b..096f875308 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -181,7 +181,7 @@ pyyaml==6.0.2 # jupyter-events # jupyterhub-kubespawner # kubernetes-asyncio -referencing==0.35.1 +referencing==0.36.0 # via # jsonschema # jsonschema-specifications @@ -251,6 +251,7 @@ typing-extensions==4.12.2 # alembic # pydantic # pydantic-core + # referencing # sqlalchemy uri-template==1.3.0 # via jsonschema diff --git a/images/singleuser-sample/requirements.txt b/images/singleuser-sample/requirements.txt index bf9a328d76..a18fcc2b24 100644 --- a/images/singleuser-sample/requirements.txt +++ b/images/singleuser-sample/requirements.txt @@ -49,7 +49,7 @@ comm==0.2.2 # via ipykernel cryptography==44.0.0 # via certipy -debugpy==1.8.11 +debugpy==1.8.12 # via ipykernel decorator==5.1.1 # via ipython @@ -156,7 +156,7 @@ matplotlib-inline==0.1.7 # ipython mistune==3.1.0 # via nbconvert -nbclassic==1.1.0 +nbclassic==1.2.0 # via -r unfrozen/requirements.txt nbclient==0.10.2 # via nbconvert @@ -237,7 +237,7 @@ pyzmq==26.2.0 # ipykernel # jupyter-client # jupyter-server -referencing==0.35.1 +referencing==0.36.0 # via # jsonschema # jsonschema-specifications @@ -312,6 +312,7 @@ typing-extensions==4.12.2 # anyio # pydantic # pydantic-core + # referencing # sqlalchemy uri-template==1.3.0 # via jsonschema