Skip to content

Commit

Permalink
Merge pull request #3414 from jupyterhub/update-image-requirements
Browse files Browse the repository at this point in the history
hub image: refreeze requirements.txt
  • Loading branch information
minrk authored May 7, 2024
2 parents 06ceeeb + 2e56710 commit 0f2e935
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ attrs==23.2.0
# aiohttp
# jsonschema
# referencing
bcrypt==4.1.2
bcrypt==4.1.3
# via
# jupyterhub-firstuseauthenticator
# jupyterhub-nativeauthenticator
Expand All @@ -33,7 +33,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.5
cryptography==42.0.7
# via
# pyjwt
# pyopenssl
Expand All @@ -52,11 +52,11 @@ idna==3.7
# jupyterhub
# requests
# yarl
jinja2==3.1.3
jinja2==3.1.4
# via
# jupyterhub
# jupyterhub-kubespawner
jsonschema==4.21.1
jsonschema==4.22.0
# via
# jupyter-telemetry
# oauthenticator
Expand Down Expand Up @@ -161,7 +161,7 @@ pyyaml==6.0.1
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
referencing==0.35.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -173,7 +173,7 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==2.0.0
# via mwoauth
rpds-py==0.18.0
rpds-py==0.18.1
# via
# jsonschema
# referencing
Expand All @@ -188,7 +188,7 @@ six==1.16.0
# kubernetes-asyncio
# onetimepass
# python-dateutil
sqlalchemy==2.0.29
sqlalchemy==2.0.30
# via
# alembic
# jupyterhub
Expand Down
20 changes: 10 additions & 10 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ attrs==23.2.0
# via
# jsonschema
# referencing
babel==2.14.0
babel==2.15.0
# via jupyterlab-server
beautifulsoup4==4.12.3
# via nbconvert
Expand All @@ -51,7 +51,7 @@ charset-normalizer==3.3.2
# via requests
comm==0.2.2
# via ipykernel
cryptography==42.0.5
cryptography==42.0.7
# via pyopenssl
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -92,7 +92,7 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.1
# via ipython
jinja2==3.1.3
jinja2==3.1.4
# via
# jupyter-server
# jupyterhub
Expand All @@ -104,7 +104,7 @@ json5==0.9.25
# via jupyterlab-server
jsonpointer==2.4
# via jsonschema
jsonschema[format-nongpl]==4.21.1
jsonschema[format-nongpl]==4.22.0
# via
# jupyter-events
# jupyter-telemetry
Expand Down Expand Up @@ -146,7 +146,7 @@ jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==5.0.0b1
# via -r requirements.in
jupyterlab==4.1.8
jupyterlab==4.2.0
# via -r requirements.in
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -232,7 +232,7 @@ pydantic==2.7.1
# via jupyterhub
pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
pygments==2.18.0
# via
# ipython
# nbconvert
Expand All @@ -249,13 +249,13 @@ python-json-logger==2.0.7
# jupyter-telemetry
pyyaml==6.0.1
# via jupyter-events
pyzmq==26.0.2
pyzmq==26.0.3
# via
# ipykernel
# jupyter-client
# jupyter-server
# nbclassic
referencing==0.35.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -272,7 +272,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.18.0
rpds-py==0.18.1
# via
# jsonschema
# referencing
Expand All @@ -296,7 +296,7 @@ sniffio==1.3.1
# httpx
soupsieve==2.5
# via beautifulsoup4
sqlalchemy==2.0.29
sqlalchemy==2.0.30
# via
# alembic
# jupyterhub
Expand Down

0 comments on commit 0f2e935

Please sign in to comment.