Skip to content

Commit

Permalink
Merge pull request #3408 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 Apr 28, 2024
2 parents 7391487 + d5ba9a9 commit c6a6b23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ pycparser==2.22
# via cffi
pycurl==7.45.3
# via -r requirements.in
pydantic==2.7.0
pydantic==2.7.1
# via jupyterhub
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
pyjwt[crypto]==2.8.0
# via
Expand All @@ -161,7 +161,7 @@ pyyaml==6.0.1
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
referencing==0.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
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 @@ -84,7 +84,7 @@ ipykernel==6.29.4
# via
# jupyterlab
# nbclassic
ipython==8.23.0
ipython==8.24.0
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand Down Expand Up @@ -146,11 +146,11 @@ jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==5.0.0b1
# via -r requirements.in
jupyterlab==4.1.6
jupyterlab==4.1.8
# via -r requirements.in
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.27.0
jupyterlab-server==2.27.1
# via jupyterlab
mako==1.3.3
# via alembic
Expand Down Expand Up @@ -209,7 +209,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
platformdirs==4.2.0
platformdirs==4.2.1
# via jupyter-core
prometheus-client==0.20.0
# via
Expand All @@ -228,9 +228,9 @@ pure-eval==0.2.2
# via stack-data
pycparser==2.22
# via cffi
pydantic==2.7.0
pydantic==2.7.1
# via jupyterhub
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
# via
Expand All @@ -255,7 +255,7 @@ pyzmq==26.0.2
# jupyter-client
# jupyter-server
# nbclassic
referencing==0.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -307,7 +307,7 @@ terminado==0.18.1
# jupyter-server
# jupyter-server-terminals
# nbclassic
tinycss2==1.2.1
tinycss2==1.3.0
# via nbconvert
tornado==6.4
# via
Expand Down Expand Up @@ -357,5 +357,5 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.7.0
websocket-client==1.8.0
# via jupyter-server

0 comments on commit c6a6b23

Please sign in to comment.