Skip to content

hub image: refreeze requirements.txt #3434

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

Merged
merged 1 commit into from
Jun 12, 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
22 changes: 11 additions & 11 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bcrypt==4.1.3
# via
# jupyterhub-firstuseauthenticator
# jupyterhub-nativeauthenticator
certifi==2024.2.2
certifi==2024.6.2
# via
# kubernetes-asyncio
# requests
Expand All @@ -33,7 +33,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.7
cryptography==42.0.8
# via
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -61,7 +61,7 @@ jinja2==3.1.4
# via
# jupyterhub
# jupyterhub-kubespawner
jsonpointer==2.4
jsonpointer==3.0.0
# via jsonschema
jsonschema[format-nongpl]==4.22.0
# via
Expand Down Expand Up @@ -97,7 +97,7 @@ jupyterhub-nativeauthenticator==1.2.0
# via -r requirements.in
jupyterhub-tmpauthenticator==1.0.0
# via -r requirements.in
kubernetes-asyncio==29.0.0
kubernetes-asyncio==30.1.0
# via jupyterhub-kubespawner
ldap3==2.9.1
# via jupyterhub-ldapauthenticator
Expand All @@ -115,7 +115,7 @@ mwoauth==0.4.0
# via -r requirements.in
nullauthenticator==1.0.0
# via -r requirements.in
oauthenticator==16.3.0
oauthenticator==16.3.1
# via -r requirements.in
oauthlib==3.2.2
# via
Expand All @@ -125,7 +125,7 @@ oauthlib==3.2.2
# requests-oauthlib
onetimepass==1.0.1
# via jupyterhub-nativeauthenticator
packaging==24.0
packaging==24.1
# via
# jupyterhub
# jupyterhub-idle-culler
Expand All @@ -141,9 +141,9 @@ pycparser==2.22
# via cffi
pycurl==7.45.3
# via -r requirements.in
pydantic==2.7.1
pydantic==2.7.3
# via jupyterhub
pydantic-core==2.18.2
pydantic-core==2.18.4
# via pydantic
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.32.2
requests==2.32.3
# via
# jupyterhub
# mwoauth
Expand Down Expand Up @@ -232,7 +232,7 @@ traitlets==5.14.3
# oauthenticator
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.12.0
typing-extensions==4.12.2
# via
# alembic
# pydantic
Expand All @@ -245,7 +245,7 @@ urllib3==2.2.1
# jupyterhub-kubespawner
# kubernetes-asyncio
# requests
webcolors==1.13
webcolors==24.6.0
# via jsonschema
yarl==1.9.4
# via aiohttp
Expand Down
32 changes: 18 additions & 14 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alembic==1.13.1
# via jupyterhub
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
anyio==4.4.0
# via
# httpx
# jupyter-server
Expand All @@ -32,7 +32,7 @@ beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
# via nbconvert
certifi==2024.2.2
certifi==2024.6.2
# via
# httpcore
# httpx
Expand All @@ -47,7 +47,7 @@ charset-normalizer==3.3.2
# via requests
comm==0.2.2
# via ipykernel
cryptography==42.0.7
cryptography==42.0.8
# via pyopenssl
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -80,7 +80,7 @@ ipykernel==6.29.4
# via
# jupyterlab
# nbclassic
ipython==8.24.0
ipython==8.25.0
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand All @@ -97,10 +97,11 @@ jinja2==3.1.4
# nbconvert
json5==0.9.25
# via jupyterlab-server
jsonpointer==2.4
jsonpointer==3.0.0
# via jsonschema
jsonschema[format-nongpl]==4.22.0
# via
# jsonschema
# jupyter-events
# jupyterlab-server
# nbformat
Expand All @@ -126,7 +127,7 @@ jupyter-events==0.10.0
# jupyterhub
jupyter-lsp==2.2.5
# via jupyterlab
jupyter-server==2.14.0
jupyter-server==2.14.1
# via
# jupyter-lsp
# jupyterlab
Expand All @@ -137,7 +138,7 @@ jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterhub==5.0.0
# via -r requirements.in
jupyterlab==4.2.1
jupyterlab==4.2.2
# via -r requirements.in
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -181,7 +182,7 @@ oauthlib==3.2.2
# via jupyterhub
overrides==7.7.0
# via jupyter-server
packaging==24.0
packaging==24.1
# via
# ipykernel
# jupyter-server
Expand All @@ -203,7 +204,7 @@ prometheus-client==0.20.0
# via
# jupyter-server
# jupyterhub
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via ipython
psutil==5.9.8
# via ipykernel
Expand All @@ -215,9 +216,9 @@ pure-eval==0.2.2
# via stack-data
pycparser==2.22
# via cffi
pydantic==2.7.1
pydantic==2.7.3
# via jupyterhub
pydantic-core==2.18.2
pydantic-core==2.18.4
# via pydantic
pygments==2.18.0
# via
Expand All @@ -244,7 +245,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.32.2
requests==2.32.3
# via
# jupyterhub
# jupyterlab-server
Expand Down Expand Up @@ -312,7 +313,7 @@ traitlets==5.14.3
# nbformat
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.12.0
typing-extensions==4.12.2
# via
# alembic
# ipython
Expand All @@ -325,11 +326,14 @@ urllib3==2.2.1
# via requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
webcolors==24.6.0
# via jsonschema
webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.8.0
# via jupyter-server

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading