From be618072da046afdd01c671aceef959c42cac01f Mon Sep 17 00:00:00 2001 From: JupyterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:04:25 +0000 Subject: [PATCH] hub image: refreeze requirements.txt --- images/hub/requirements.txt | 4 ++-- images/singleuser-sample/requirements.txt | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index e0779ebc15..7de50eef98 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -4,7 +4,7 @@ # # Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml # -aiohttp==3.9.0 +aiohttp==3.9.1 # via kubernetes-asyncio aiosignal==1.3.1 # via aiohttp @@ -45,7 +45,7 @@ frozenlist==1.4.0 # aiosignal greenlet==3.0.1 # via sqlalchemy -idna==3.4 +idna==3.6 # via # requests # yarl diff --git a/images/singleuser-sample/requirements.txt b/images/singleuser-sample/requirements.txt index 04d9324165..efbd361c7d 100644 --- a/images/singleuser-sample/requirements.txt +++ b/images/singleuser-sample/requirements.txt @@ -60,16 +60,16 @@ fqdn==1.5.1 # via jsonschema greenlet==3.0.1 # via sqlalchemy -idna==3.4 +idna==3.6 # via # anyio # jsonschema # requests -ipykernel==6.27.0 +ipykernel==6.26.0 # via # jupyterlab # nbclassic -ipython==8.17.2 +ipython==8.18.1 # via ipykernel ipython-genutils==0.2.0 # via nbclassic @@ -115,7 +115,7 @@ jupyter-core==5.5.0 # nbformat jupyter-events==0.9.0 # via jupyter-server -jupyter-lsp==2.2.0 +jupyter-lsp==2.2.1 # via jupyterlab jupyter-server==2.10.1 # via @@ -192,7 +192,7 @@ pandocfilters==1.5.0 # via nbconvert parso==0.8.3 # via jedi -pexpect==4.8.0 +pexpect==4.9.0 # via ipython platformdirs==4.0.0 # via jupyter-core