From 504b36d8ff6667fc29b50ec1ce6c7bc79720b291 Mon Sep 17 00:00:00 2001 From: JupyterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Sun, 4 Jun 2023 17:53:30 +0000 Subject: [PATCH] hub image: refreeze requirements.txt --- images/hub/requirements.txt | 8 ++++---- images/singleuser-sample/requirements.txt | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index 65ad81c510..46f7884926 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -34,7 +34,7 @@ charset-normalizer==3.1.0 # via # aiohttp # requests -cryptography==41.0.0 +cryptography==41.0.1 # via # pyjwt # pyopenssl @@ -94,7 +94,7 @@ ldap3==2.9.1 # via jupyterhub-ldapauthenticator mako==1.2.4 # via alembic -markupsafe==2.1.2 +markupsafe==2.1.3 # via # jinja2 # mako @@ -120,7 +120,7 @@ onetimepass==1.0.1 # via jupyterhub-nativeauthenticator packaging==23.1 # via jupyterhub -pamela==1.0.0 +pamela==1.1.0 # via jupyterhub prometheus-client==0.17.0 # via jupyterhub @@ -198,7 +198,7 @@ traitlets==5.9.0 # jupyterhub # jupyterhub-kubespawner # jupyterhub-ldapauthenticator -typing-extensions==4.6.2 +typing-extensions==4.6.3 # via # alembic # sqlalchemy diff --git a/images/singleuser-sample/requirements.txt b/images/singleuser-sample/requirements.txt index 7e0eb027a0..03288c91d0 100644 --- a/images/singleuser-sample/requirements.txt +++ b/images/singleuser-sample/requirements.txt @@ -45,7 +45,7 @@ charset-normalizer==3.1.0 # via requests comm==0.1.3 # via ipykernel -cryptography==41.0.0 +cryptography==41.0.1 # via pyopenssl debugpy==1.6.7 # via ipykernel @@ -71,7 +71,7 @@ ipykernel==6.23.1 # jupyterlab # nbclassic # notebook -ipython==8.13.2 +ipython==8.14.0 # via ipykernel ipython-genutils==0.2.0 # via @@ -144,7 +144,7 @@ jupyterlab-server==2.22.1 # via jupyterlab mako==1.2.4 # via alembic -markupsafe==2.1.2 +markupsafe==2.1.3 # via # jinja2 # mako @@ -166,7 +166,7 @@ nbconvert==7.4.0 # jupyter-server # nbclassic # notebook -nbformat==5.8.0 +nbformat==5.9.0 # via # jupyter-server # nbclassic @@ -198,7 +198,7 @@ packaging==23.1 # jupyterlab # jupyterlab-server # nbconvert -pamela==1.0.0 +pamela==1.1.0 # via jupyterhub pandocfilters==1.5.0 # via nbconvert @@ -328,7 +328,7 @@ traitlets==5.9.0 # nbconvert # nbformat # notebook -typing-extensions==4.6.2 +typing-extensions==4.6.3 # via # alembic # async-lru