Skip to content

Commit

Permalink
Merge pull request #3353 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 Mar 4, 2024
2 parents 20d02f3 + 377e69e commit cd8a724
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
12 changes: 7 additions & 5 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.4
cryptography==42.0.5
# via
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -75,7 +75,7 @@ jupyterhub-firstuseauthenticator==1.0.0
# via -r requirements.in
jupyterhub-hmacauthenticator==1.0
# via -r requirements.in
jupyterhub-idle-culler==1.2.1
jupyterhub-idle-culler==1.3.1
# via -r requirements.in
jupyterhub-kubespawner==6.2.0
# via -r requirements.in
Expand Down Expand Up @@ -116,7 +116,9 @@ oauthlib==3.2.2
onetimepass==1.0.1
# via jupyterhub-nativeauthenticator
packaging==23.2
# via jupyterhub
# via
# jupyterhub
# jupyterhub-idle-culler
pamela==1.1.0
# via jupyterhub
prometheus-client==0.20.0
Expand All @@ -138,7 +140,7 @@ pymysql==1.1.0
# via -r requirements.in
pyopenssl==24.0.0
# via certipy
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# jupyterhub
# jupyterhub-idle-culler
Expand Down Expand Up @@ -203,7 +205,7 @@ traitlets==5.14.1
# jupyterhub-ldapauthenticator
# jupyterhub-ltiauthenticator
# oauthenticator
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# alembic
# sqlalchemy
Expand Down
16 changes: 8 additions & 8 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ charset-normalizer==3.3.2
# via requests
comm==0.2.1
# via ipykernel
cryptography==42.0.4
cryptography==42.0.5
# via pyopenssl
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -77,11 +77,11 @@ idna==3.6
# httpx
# jsonschema
# requests
ipykernel==6.29.2
ipykernel==6.29.3
# via
# jupyterlab
# nbclassic
ipython==8.21.0
ipython==8.22.1
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand All @@ -97,7 +97,7 @@ jinja2==3.1.3
# jupyterlab-server
# nbclassic
# nbconvert
json5==0.9.17
json5==0.9.20
# via jupyterlab-server
jsonpointer==2.4
# via jsonschema
Expand Down Expand Up @@ -127,7 +127,7 @@ jupyter-core==5.7.1
# nbformat
jupyter-events==0.9.0
# via jupyter-server
jupyter-lsp==2.2.2
jupyter-lsp==2.2.3
# via jupyterlab
jupyter-server==2.12.5
# via
Expand Down Expand Up @@ -231,7 +231,7 @@ pygments==2.17.2
# nbconvert
pyopenssl==24.0.0
# via certipy
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# arrow
# jupyter-client
Expand Down Expand Up @@ -283,7 +283,7 @@ six==1.16.0
# bleach
# python-dateutil
# rfc3339-validator
sniffio==1.3.0
sniffio==1.3.1
# via
# anyio
# httpx
Expand Down Expand Up @@ -331,7 +331,7 @@ traitlets==5.14.1
# nbformat
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# alembic
# sqlalchemy
Expand Down

0 comments on commit cd8a724

Please sign in to comment.