Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hub image: refreeze requirements.txt #3308

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jinja2==3.1.3
# via
# jupyterhub
# jupyterhub-kubespawner
jsonschema==4.20.0
jsonschema==4.21.0
# via
# jupyter-telemetry
# oauthenticator
Expand Down Expand Up @@ -81,7 +81,7 @@ jupyterhub-kubespawner==6.2.0
# via -r requirements.in
jupyterhub-ldapauthenticator==1.3.2
# via -r requirements.in
jupyterhub-ltiauthenticator==1.6.1
jupyterhub-ltiauthenticator==1.6.2
# via -r requirements.in
jupyterhub-nativeauthenticator==1.2.0
# via -r requirements.in
Expand Down Expand Up @@ -151,7 +151,7 @@ pyyaml==6.0.1
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -163,7 +163,7 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==1.3.1
# via mwoauth
rpds-py==0.16.2
rpds-py==0.17.1
# via
# jsonschema
# referencing
Expand All @@ -183,7 +183,7 @@ sqlalchemy==2.0.25
# alembic
# jupyterhub
# sqlalchemy-cockroachdb
sqlalchemy-cockroachdb==2.0.1
sqlalchemy-cockroachdb==2.0.2
# via -r requirements.in
statsd==4.0.1
# via -r requirements.in
Expand Down
22 changes: 11 additions & 11 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ idna==3.6
# anyio
# jsonschema
# requests
ipykernel==6.28.0
ipykernel==6.29.0
# via
# jupyterlab
# nbclassic
ipython==8.19.0
ipython==8.20.0
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand All @@ -89,7 +89,7 @@ json5==0.9.14
# via jupyterlab-server
jsonpointer==2.4
# via jsonschema
jsonschema[format-nongpl]==4.20.0
jsonschema[format-nongpl]==4.21.0
# via
# jupyter-events
# jupyter-telemetry
Expand All @@ -103,7 +103,7 @@ jupyter-client==8.6.0
# jupyter-server
# nbclassic
# nbclient
jupyter-core==5.6.1
jupyter-core==5.7.1
# via
# ipykernel
# jupyter-client
Expand All @@ -117,7 +117,7 @@ jupyter-events==0.9.0
# via jupyter-server
jupyter-lsp==2.2.1
# via jupyterlab
jupyter-server==2.12.1
jupyter-server==2.12.5
# via
# jupyter-lsp
# jupyterlab
Expand Down Expand Up @@ -154,7 +154,7 @@ nbclassic==1.0.0
# via -r requirements.in
nbclient==0.9.0
# via nbconvert
nbconvert==7.14.0
nbconvert==7.14.2
# via
# jupyter-server
# nbclassic
Expand All @@ -166,7 +166,7 @@ nbformat==5.9.2
# nbconvert
nbgitpuller==1.2.0
# via -r requirements.in
nest-asyncio==1.5.8
nest-asyncio==1.5.9
# via
# ipykernel
# nbclassic
Expand Down Expand Up @@ -236,7 +236,7 @@ pyzmq==25.1.2
# jupyter-client
# jupyter-server
# nbclassic
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -253,7 +253,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.16.2
rpds-py==0.17.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -315,7 +315,7 @@ traitlets==5.14.1
# nbclient
# nbconvert
# nbformat
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
# via
Expand All @@ -325,7 +325,7 @@ uri-template==1.3.0
# via jsonschema
urllib3==2.1.0
# via requests
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
# via jsonschema
Expand Down
Loading