Skip to content

Commit

Permalink
Merge pull request jupyterhub#2960 from jupyterhub/update-image-requi…
Browse files Browse the repository at this point in the history
…rements

hub image: refreeze requirements.txt
  • Loading branch information
consideRatio authored Nov 28, 2022
2 parents 5dfc40d + 9682dc1 commit a542fc1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ charset-normalizer==2.1.1
# via
# aiohttp
# requests
cryptography==38.0.3
cryptography==38.0.4
# via pyopenssl
escapism==1.0.1
# via
Expand All @@ -54,7 +54,7 @@ jinja2==3.1.2
# via
# jupyterhub
# jupyterhub-kubespawner
jsonschema==4.17.0
jsonschema==4.17.1
# via
# jupyter-telemetry
# oauthenticator
Expand Down Expand Up @@ -90,7 +90,7 @@ kubernetes-asyncio==24.2.2
# via jupyterhub-kubespawner
ldap3==2.9.1
# via jupyterhub-ldapauthenticator
mako==1.2.3
mako==1.2.4
# via alembic
markupsafe==2.1.1
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ python-dateutil==2.8.2
# kubernetes-asyncio
python-json-logger==2.0.4
# via jupyter-telemetry
python-slugify==6.1.2
python-slugify==7.0.0
# via jupyterhub-kubespawner
pyyaml==6.0
# via
Expand Down Expand Up @@ -192,7 +192,7 @@ traitlets==5.5.0
# jupyter-telemetry
# jupyterhub
# jupyterhub-ldapauthenticator
urllib3==1.26.12
urllib3==1.26.13
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
Expand Down
18 changes: 9 additions & 9 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cffi==1.15.1
# cryptography
charset-normalizer==2.1.1
# via requests
cryptography==38.0.3
cryptography==38.0.4
# via pyopenssl
debugpy==1.6.3
# via ipykernel
Expand Down Expand Up @@ -71,7 +71,7 @@ ipython-genutils==0.2.0
# via
# nbclassic
# notebook
jedi==0.18.1
jedi==0.18.2
# via ipython
jinja2==3.1.2
# via
Expand All @@ -84,12 +84,12 @@ jinja2==3.1.2
# notebook
json5==0.9.10
# via jupyterlab-server
jsonschema==4.17.0
jsonschema==4.17.1
# via
# jupyter-telemetry
# jupyterlab-server
# nbformat
jupyter-client==7.4.5
jupyter-client==7.4.7
# via
# ipykernel
# jupyter-server
Expand All @@ -105,7 +105,7 @@ jupyter-core==5.0.0
# nbconvert
# nbformat
# notebook
jupyter-server==1.23.2
jupyter-server==1.23.3
# via
# jupyterlab
# jupyterlab-server
Expand All @@ -127,7 +127,7 @@ jupyterlab-server==2.16.3
# via
# jupyterlab
# retrolab
mako==1.2.3
mako==1.2.4
# via alembic
markupsafe==2.1.1
# via
Expand Down Expand Up @@ -203,7 +203,7 @@ prometheus-client==0.15.0
# jupyterhub
# nbclassic
# notebook
prompt-toolkit==3.0.32
prompt-toolkit==3.0.33
# via ipython
psutil==5.9.4
# via ipykernel
Expand Down Expand Up @@ -266,7 +266,7 @@ sqlalchemy==1.4.44
# via
# alembic
# jupyterhub
stack-data==0.6.1
stack-data==0.6.2
# via ipython
terminado==0.17.0
# via
Expand Down Expand Up @@ -304,7 +304,7 @@ traitlets==5.5.0
# nbconvert
# nbformat
# notebook
urllib3==1.26.12
urllib3==1.26.13
# via requests
wcwidth==0.2.5
# via prompt-toolkit
Expand Down

0 comments on commit a542fc1

Please sign in to comment.