Skip to content

Commit

Permalink
Merge pull request #3132 from jupyterhub/update-image-requirements
Browse files Browse the repository at this point in the history
hub image: refreeze requirements.txt
  • Loading branch information
consideRatio committed Jun 4, 2023
2 parents 670441c + 504b36d commit 6be77a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ charset-normalizer==3.1.0
# via
# aiohttp
# requests
cryptography==41.0.0
cryptography==41.0.1
# via
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -166,7 +166,7 @@ nbconvert==7.4.0
# jupyter-server
# nbclassic
# notebook
nbformat==5.8.0
nbformat==5.9.0
# via
# jupyter-server
# nbclassic
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6be77a9

Please sign in to comment.