From 377e69e769cb0908a874bb30a489a41537be8eb2 Mon Sep 17 00:00:00 2001 From: JupyterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:11:15 +0000 Subject: [PATCH] hub image: refreeze requirements.txt --- images/hub/requirements.txt | 12 +++++++----- images/singleuser-sample/requirements.txt | 16 ++++++++-------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index 9b38dd07e1..e1cc668efe 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -31,7 +31,7 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -cryptography==42.0.4 +cryptography==42.0.5 # via # pyjwt # pyopenssl @@ -75,7 +75,7 @@ jupyterhub-firstuseauthenticator==1.0.0 # via -r requirements.in jupyterhub-hmacauthenticator==1.0 # via -r requirements.in -jupyterhub-idle-culler==1.2.1 +jupyterhub-idle-culler==1.3.1 # via -r requirements.in jupyterhub-kubespawner==6.2.0 # via -r requirements.in @@ -116,7 +116,9 @@ oauthlib==3.2.2 onetimepass==1.0.1 # via jupyterhub-nativeauthenticator packaging==23.2 - # via jupyterhub + # via + # jupyterhub + # jupyterhub-idle-culler pamela==1.1.0 # via jupyterhub prometheus-client==0.20.0 @@ -138,7 +140,7 @@ pymysql==1.1.0 # via -r requirements.in pyopenssl==24.0.0 # via certipy -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # jupyterhub # jupyterhub-idle-culler @@ -203,7 +205,7 @@ traitlets==5.14.1 # jupyterhub-ldapauthenticator # jupyterhub-ltiauthenticator # oauthenticator -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # alembic # sqlalchemy diff --git a/images/singleuser-sample/requirements.txt b/images/singleuser-sample/requirements.txt index 3737c66e64..ae03a27f0b 100644 --- a/images/singleuser-sample/requirements.txt +++ b/images/singleuser-sample/requirements.txt @@ -49,7 +49,7 @@ charset-normalizer==3.3.2 # via requests comm==0.2.1 # via ipykernel -cryptography==42.0.4 +cryptography==42.0.5 # via pyopenssl debugpy==1.8.1 # via ipykernel @@ -77,11 +77,11 @@ idna==3.6 # httpx # jsonschema # requests -ipykernel==6.29.2 +ipykernel==6.29.3 # via # jupyterlab # nbclassic -ipython==8.21.0 +ipython==8.22.1 # via ipykernel ipython-genutils==0.2.0 # via nbclassic @@ -97,7 +97,7 @@ jinja2==3.1.3 # jupyterlab-server # nbclassic # nbconvert -json5==0.9.17 +json5==0.9.20 # via jupyterlab-server jsonpointer==2.4 # via jsonschema @@ -127,7 +127,7 @@ jupyter-core==5.7.1 # nbformat jupyter-events==0.9.0 # via jupyter-server -jupyter-lsp==2.2.2 +jupyter-lsp==2.2.3 # via jupyterlab jupyter-server==2.12.5 # via @@ -231,7 +231,7 @@ pygments==2.17.2 # nbconvert pyopenssl==24.0.0 # via certipy -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # arrow # jupyter-client @@ -283,7 +283,7 @@ six==1.16.0 # bleach # python-dateutil # rfc3339-validator -sniffio==1.3.0 +sniffio==1.3.1 # via # anyio # httpx @@ -331,7 +331,7 @@ traitlets==5.14.1 # nbformat types-python-dateutil==2.8.19.20240106 # via arrow -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # alembic # sqlalchemy