Skip to content

Commit

Permalink
Merge pull request #3331 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 Jan 30, 2024
2 parents c5fecb9 + e072ce4 commit 92c369e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
#
aiohttp==3.9.1
aiohttp==3.9.3
# via kubernetes-asyncio
aiosignal==1.3.1
# via aiohttp
Expand All @@ -31,7 +31,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==41.0.7
cryptography==42.0.1
# via
# pyjwt
# pyopenssl
Expand All @@ -53,7 +53,7 @@ jinja2==3.1.3
# via
# jupyterhub
# jupyterhub-kubespawner
jsonschema==4.21.0
jsonschema==4.21.1
# via
# jupyter-telemetry
# oauthenticator
Expand Down Expand Up @@ -87,13 +87,13 @@ jupyterhub-nativeauthenticator==1.2.0
# via -r requirements.in
jupyterhub-tmpauthenticator==1.0.0
# via -r requirements.in
kubernetes-asyncio==28.2.1
kubernetes-asyncio==29.0.0
# via jupyterhub-kubespawner
ldap3==2.9.1
# via jupyterhub-ldapauthenticator
mako==1.3.0
# via alembic
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# mako
Expand Down Expand Up @@ -136,7 +136,7 @@ pyjwt[crypto]==2.8.0
# mwoauth
pymysql==1.1.0
# via -r requirements.in
pyopenssl==23.3.0
pyopenssl==24.0.0
# via certipy
python-dateutil==2.8.2
# via
Expand All @@ -145,13 +145,13 @@ python-dateutil==2.8.2
# kubernetes-asyncio
python-json-logger==2.0.7
# via jupyter-telemetry
python-slugify==8.0.1
python-slugify==8.0.2
# via jupyterhub-kubespawner
pyyaml==6.0.1
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
referencing==0.32.1
referencing==0.33.0
# via
# jsonschema
# jsonschema-specifications
Expand Down
22 changes: 11 additions & 11 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ attrs==23.2.0
# referencing
babel==2.14.0
# via jupyterlab-server
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
# via nbconvert
Expand All @@ -44,7 +44,7 @@ charset-normalizer==3.3.2
# via requests
comm==0.2.1
# via ipykernel
cryptography==41.0.7
cryptography==42.0.1
# via pyopenssl
debugpy==1.8.0
# via ipykernel
Expand Down Expand Up @@ -89,7 +89,7 @@ json5==0.9.14
# via jupyterlab-server
jsonpointer==2.4
# via jsonschema
jsonschema[format-nongpl]==4.21.0
jsonschema[format-nongpl]==4.21.1
# via
# jupyter-events
# jupyter-telemetry
Expand Down Expand Up @@ -125,7 +125,7 @@ jupyter-server==2.12.5
# nbclassic
# nbgitpuller
# notebook-shim
jupyter-server-terminals==0.5.1
jupyter-server-terminals==0.5.2
# via jupyter-server
jupyter-telemetry==0.1.0
# via jupyterhub
Expand All @@ -139,7 +139,7 @@ jupyterlab-server==2.25.2
# via jupyterlab
mako==1.3.0
# via alembic
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# mako
Expand All @@ -166,7 +166,7 @@ nbformat==5.9.2
# nbconvert
nbgitpuller==1.2.0
# via -r requirements.in
nest-asyncio==1.5.9
nest-asyncio==1.6.0
# via
# ipykernel
# nbclassic
Expand All @@ -176,7 +176,7 @@ notebook-shim==0.2.3
# nbclassic
oauthlib==3.2.2
# via jupyterhub
overrides==7.4.0
overrides==7.7.0
# via jupyter-server
packaging==23.2
# via
Expand All @@ -188,7 +188,7 @@ packaging==23.2
# nbconvert
pamela==1.1.0
# via jupyterhub
pandocfilters==1.5.0
pandocfilters==1.5.1
# via nbconvert
parso==0.8.3
# via jedi
Expand All @@ -203,7 +203,7 @@ prometheus-client==0.19.0
# nbclassic
prompt-toolkit==3.0.43
# via ipython
psutil==5.9.7
psutil==5.9.8
# via ipykernel
ptyprocess==0.7.0
# via
Expand All @@ -217,7 +217,7 @@ pygments==2.17.2
# via
# ipython
# nbconvert
pyopenssl==23.3.0
pyopenssl==24.0.0
# via certipy
python-dateutil==2.8.2
# via
Expand All @@ -236,7 +236,7 @@ pyzmq==25.1.2
# jupyter-client
# jupyter-server
# nbclassic
referencing==0.32.1
referencing==0.33.0
# via
# jsonschema
# jsonschema-specifications
Expand Down

0 comments on commit 92c369e

Please sign in to comment.