Skip to content

Commit

Permalink
hub image: refreeze requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterhub-bot committed Nov 23, 2023
1 parent 189cf36 commit 63ec438
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 77 deletions.
57 changes: 26 additions & 31 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
#
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
#
aiohttp==3.8.6
aiohttp==3.9.0
# via kubernetes-asyncio
aiosignal==1.3.1
# via aiohttp
alembic==1.12.0
alembic==1.12.1
# via jupyterhub
async-generator==1.10
# via jupyterhub
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via
# aiohttp
Expand All @@ -23,19 +21,17 @@ bcrypt==4.0.1
# via
# jupyterhub-firstuseauthenticator
# jupyterhub-nativeauthenticator
certifi==2023.7.22
certifi==2023.11.17
# via
# kubernetes-asyncio
# requests
certipy==0.1.3
# via jupyterhub
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
# via
# aiohttp
# requests
cryptography==41.0.4
charset-normalizer==3.3.2
# via requests
cryptography==41.0.5
# via
# pyjwt
# pyopenssl
Expand All @@ -47,7 +43,7 @@ frozenlist==1.4.0
# via
# aiohttp
# aiosignal
greenlet==3.0.0
greenlet==3.0.1
# via sqlalchemy
idna==3.4
# via
Expand All @@ -57,11 +53,11 @@ jinja2==3.1.2
# via
# jupyterhub
# jupyterhub-kubespawner
jsonschema==4.19.1
jsonschema==4.20.0
# via
# jupyter-telemetry
# oauthenticator
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.1
# via jsonschema
jupyter-telemetry==0.1.0
# via jupyterhub
Expand All @@ -81,7 +77,7 @@ jupyterhub-hmacauthenticator==1.0
# via -r requirements.in
jupyterhub-idle-culler==1.2.1
# via -r requirements.in
jupyterhub-kubespawner==6.1.0
jupyterhub-kubespawner==6.2.0
# via -r requirements.in
jupyterhub-ldapauthenticator==1.3.2
# via -r requirements.in
Expand All @@ -91,11 +87,11 @@ jupyterhub-nativeauthenticator==1.2.0
# via -r requirements.in
jupyterhub-tmpauthenticator==1.0.0
# via -r requirements.in
kubernetes-asyncio==27.6.0
kubernetes-asyncio==28.2.1
# via jupyterhub-kubespawner
ldap3==2.9.1
# via jupyterhub-ldapauthenticator
mako==1.2.4
mako==1.3.0
# via alembic
markupsafe==2.1.3
# via
Expand All @@ -105,11 +101,11 @@ multidict==6.0.4
# via
# aiohttp
# yarl
mwoauth==0.3.8
mwoauth==0.4.0
# via -r requirements.in
nullauthenticator==1.0.0
# via -r requirements.in
oauthenticator==16.1.0
oauthenticator==16.2.0
# via -r requirements.in
oauthlib==3.2.2
# via
Expand All @@ -123,11 +119,11 @@ packaging==23.2
# via jupyterhub
pamela==1.1.0
# via jupyterhub
prometheus-client==0.17.1
prometheus-client==0.19.0
# via jupyterhub
psycopg2==2.9.8
psycopg2==2.9.9
# via -r requirements.in
pyasn1==0.5.0
pyasn1==0.5.1
# via ldap3
pycparser==2.21
# via cffi
Expand All @@ -140,7 +136,7 @@ pyjwt[crypto]==2.8.0
# mwoauth
pymysql==1.1.0
# via -r requirements.in
pyopenssl==23.2.0
pyopenssl==23.3.0
# via certipy
python-dateutil==2.8.2
# via
Expand All @@ -155,7 +151,7 @@ pyyaml==6.0.1
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
referencing==0.30.2
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -167,23 +163,22 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==1.3.1
# via mwoauth
rpds-py==0.10.3
rpds-py==0.13.1
# via
# jsonschema
# referencing
ruamel-yaml==0.17.33
ruamel-yaml==0.18.5
# via
# jupyter-telemetry
# oauthenticator
ruamel-yaml-clib==0.2.7
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
six==1.16.0
# via
# kubernetes-asyncio
# mwoauth
# onetimepass
# python-dateutil
sqlalchemy==2.0.21
sqlalchemy==2.0.23
# via
# alembic
# jupyterhub
Expand All @@ -200,7 +195,7 @@ tornado==6.3.3
# jupyterhub-idle-culler
# jupyterhub-ldapauthenticator
# oauthenticator
traitlets==5.10.1
traitlets==5.13.0
# via
# jupyter-telemetry
# jupyterhub
Expand All @@ -212,12 +207,12 @@ typing-extensions==4.8.0
# via
# alembic
# sqlalchemy
urllib3==2.0.7
urllib3==2.1.0
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
# requests
yarl==1.9.2
yarl==1.9.3
# via aiohttp

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

0 comments on commit 63ec438

Please sign in to comment.