Skip to content

Commit

Permalink
Merge pull request jupyterhub#3335 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 Feb 1, 2024
2 parents f19ef5c + 23fd609 commit a50fdb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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.1
cryptography==42.0.2
# via
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -91,7 +91,7 @@ kubernetes-asyncio==29.0.0
# via jupyterhub-kubespawner
ldap3==2.9.1
# via jupyterhub-ldapauthenticator
mako==1.3.0
mako==1.3.2
# via alembic
markupsafe==2.1.4
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ python-dateutil==2.8.2
# kubernetes-asyncio
python-json-logger==2.0.7
# via jupyter-telemetry
python-slugify==8.0.2
python-slugify==8.0.3
# via jupyterhub-kubespawner
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -207,7 +207,7 @@ typing-extensions==4.9.0
# via
# alembic
# sqlalchemy
urllib3==2.1.0
urllib3==2.2.0
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
Expand Down
12 changes: 6 additions & 6 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ charset-normalizer==3.3.2
# via requests
comm==0.2.1
# via ipykernel
cryptography==42.0.1
cryptography==42.0.2
# via pyopenssl
debugpy==1.8.0
# via ipykernel
Expand All @@ -69,7 +69,7 @@ ipykernel==6.29.0
# via
# jupyterlab
# nbclassic
ipython==8.20.0
ipython==8.21.0
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand Down Expand Up @@ -131,13 +131,13 @@ jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==4.0.2
# via -r requirements.in
jupyterlab==4.0.11
jupyterlab==4.0.12
# via -r requirements.in
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.25.2
# via jupyterlab
mako==1.3.0
mako==1.3.2
# via alembic
markupsafe==2.1.4
# via
Expand Down Expand Up @@ -194,7 +194,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
platformdirs==4.1.0
platformdirs==4.2.0
# via jupyter-core
prometheus-client==0.19.0
# via
Expand Down Expand Up @@ -323,7 +323,7 @@ typing-extensions==4.9.0
# sqlalchemy
uri-template==1.3.0
# via jsonschema
urllib3==2.1.0
urllib3==2.2.0
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down

0 comments on commit a50fdb0

Please sign in to comment.