Skip to content

Commit

Permalink
Merge pull request #3456 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 committed Jul 11, 2024
2 parents 97e1d89 + 5719541 commit 186a6d8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
17 changes: 7 additions & 10 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiohttp==3.9.5
# via kubernetes-asyncio
aiosignal==1.3.1
# via aiohttp
alembic==1.13.1
alembic==1.13.2
# via jupyterhub
annotated-types==0.7.0
# via pydantic
Expand Down Expand Up @@ -63,7 +63,7 @@ jinja2==3.1.4
# jupyterhub-kubespawner
jsonpointer==3.0.0
# via jsonschema
jsonschema[format-nongpl]==4.22.0
jsonschema[format-nongpl]==4.23.0
# via
# jupyter-events
# oauthenticator
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==30.1.0
kubernetes-asyncio==30.1.1
# via jupyterhub-kubespawner
ldap3==2.9.1
# via jupyterhub-ldapauthenticator
Expand Down Expand Up @@ -141,9 +141,9 @@ pycparser==2.22
# via cffi
pycurl==7.45.3
# via -r requirements.in
pydantic==2.7.4
pydantic==2.8.2
# via jupyterhub
pydantic-core==2.18.4
pydantic-core==2.20.1
# via pydantic
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -191,7 +191,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
Expand All @@ -205,7 +205,7 @@ six==1.16.0
# onetimepass
# python-dateutil
# rfc3339-validator
sqlalchemy==2.0.30
sqlalchemy==2.0.31
# via
# alembic
# jupyterhub
Expand Down Expand Up @@ -249,6 +249,3 @@ webcolors==24.6.0
# via jsonschema
yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools
25 changes: 13 additions & 12 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
#
alembic==1.13.1
alembic==1.13.2
# via jupyterhub
annotated-types==0.7.0
# via pydantic
Expand Down Expand Up @@ -49,15 +49,15 @@ comm==0.2.2
# via ipykernel
cryptography==42.0.8
# via pyopenssl
debugpy==1.8.1
debugpy==1.8.2
# via ipykernel
decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via nbconvert
executing==2.0.1
# via stack-data
fastjsonschema==2.19.1
fastjsonschema==2.20.0
# via nbformat
fqdn==1.5.1
# via jsonschema
Expand All @@ -76,11 +76,11 @@ idna==3.7
# jsonschema
# jupyterhub
# requests
ipykernel==6.29.4
ipykernel==6.29.5
# via
# jupyterlab
# nbclassic
ipython==8.25.0
ipython==8.26.0
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand All @@ -99,8 +99,9 @@ json5==0.9.25
# via jupyterlab-server
jsonpointer==3.0.0
# via jsonschema
jsonschema[format-nongpl]==4.22.0
jsonschema[format-nongpl]==4.23.0
# via
# jsonschema
# jupyter-events
# jupyterlab-server
# nbformat
Expand Down Expand Up @@ -137,7 +138,7 @@ jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterhub==5.0.0
# via -r requirements.in
jupyterlab==4.2.2
jupyterlab==4.2.3
# via -r requirements.in
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -205,7 +206,7 @@ prometheus-client==0.20.0
# jupyterhub
prompt-toolkit==3.0.47
# via ipython
psutil==5.9.8
psutil==6.0.0
# via ipykernel
ptyprocess==0.7.0
# via
Expand All @@ -215,9 +216,9 @@ pure-eval==0.2.2
# via stack-data
pycparser==2.22
# via cffi
pydantic==2.7.4
pydantic==2.8.2
# via jupyterhub
pydantic-core==2.18.4
pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# via
Expand Down Expand Up @@ -256,7 +257,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
Expand All @@ -274,7 +275,7 @@ sniffio==1.3.1
# httpx
soupsieve==2.5
# via beautifulsoup4
sqlalchemy==2.0.30
sqlalchemy==2.0.31
# via
# alembic
# jupyterhub
Expand Down

0 comments on commit 186a6d8

Please sign in to comment.