Skip to content

Commit

Permalink
Merge pull request #3159 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 authored Jul 15, 2023
2 parents 3fcaf46 + cbf71bd commit db46e6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ charset-normalizer==3.2.0
# via
# aiohttp
# requests
cryptography==41.0.1
cryptography==41.0.2
# via
# pyjwt
# pyopenssl
escapism==1.0.1
# via
# jupyterhub-kubespawner
# jupyterhub-ltiauthenticator
frozenlist==1.3.3
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
Expand All @@ -57,7 +57,7 @@ jinja2==3.1.2
# via
# jupyterhub
# jupyterhub-kubespawner
jsonschema==4.18.0
jsonschema==4.18.3
# via
# jupyter-telemetry
# oauthenticator
Expand Down Expand Up @@ -123,7 +123,7 @@ packaging==23.1
# via jupyterhub
pamela==1.1.0
# via jupyterhub
prometheus-client==0.17.0
prometheus-client==0.17.1
# via jupyterhub
psycopg2==2.9.6
# via -r requirements.in
Expand Down
10 changes: 5 additions & 5 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ charset-normalizer==3.2.0
# via requests
comm==0.1.3
# via ipykernel
cryptography==41.0.1
cryptography==41.0.2
# via pyopenssl
debugpy==1.6.7
# via ipykernel
Expand Down Expand Up @@ -96,7 +96,7 @@ json5==0.9.14
# via jupyterlab-server
jsonpointer==2.4
# via jsonschema
jsonschema[format-nongpl]==4.18.0
jsonschema[format-nongpl]==4.18.3
# via
# jupyter-events
# jupyter-telemetry
Expand Down Expand Up @@ -140,7 +140,7 @@ jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==4.0.1
# via -r requirements.in
jupyterlab==4.0.2
jupyterlab==4.0.3
# via -r requirements.in
jupyterlab-pygments==0.2.2
# via nbconvert
Expand Down Expand Up @@ -170,7 +170,7 @@ nbconvert==7.6.0
# jupyter-server
# nbclassic
# notebook
nbformat==5.9.0
nbformat==5.9.1
# via
# jupyter-server
# nbclassic
Expand Down Expand Up @@ -214,7 +214,7 @@ pickleshare==0.7.5
# via ipython
platformdirs==3.8.1
# via jupyter-core
prometheus-client==0.17.0
prometheus-client==0.17.1
# via
# jupyter-server
# jupyterhub
Expand Down

0 comments on commit db46e6c

Please sign in to comment.