Skip to content

Commit

Permalink
Merge pull request #3606 from jupyterhub/update-image-requirements
Browse files Browse the repository at this point in the history
hub image: refreeze requirements.txt
  • Loading branch information
manics authored Jan 16, 2025
2 parents d74fb54 + 1a87fac commit 84e22d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pyyaml==6.0.2
# jupyter-events
# jupyterhub-kubespawner
# kubernetes-asyncio
referencing==0.35.1
referencing==0.36.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -251,6 +251,7 @@ typing-extensions==4.12.2
# alembic
# pydantic
# pydantic-core
# referencing
# sqlalchemy
uri-template==1.3.0
# via jsonschema
Expand Down
7 changes: 4 additions & 3 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ comm==0.2.2
# via ipykernel
cryptography==44.0.0
# via certipy
debugpy==1.8.11
debugpy==1.8.12
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -156,7 +156,7 @@ matplotlib-inline==0.1.7
# ipython
mistune==3.1.0
# via nbconvert
nbclassic==1.1.0
nbclassic==1.2.0
# via -r unfrozen/requirements.txt
nbclient==0.10.2
# via nbconvert
Expand Down Expand Up @@ -237,7 +237,7 @@ pyzmq==26.2.0
# ipykernel
# jupyter-client
# jupyter-server
referencing==0.35.1
referencing==0.36.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -312,6 +312,7 @@ typing-extensions==4.12.2
# anyio
# pydantic
# pydantic-core
# referencing
# sqlalchemy
uri-template==1.3.0
# via jsonschema
Expand Down

0 comments on commit 84e22d6

Please sign in to comment.