Skip to content

Commit

Permalink
Merge pull request #3541 from consideRatio/pr/bump-kubespawner-beta
Browse files Browse the repository at this point in the history
Bump to kubespawner from 7.0.0b2 to 7.0.0b3
  • Loading branch information
manics authored Oct 11, 2024
2 parents 97a21ea + b920428 commit 7936874
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion images/hub/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jupyterhub-tmpauthenticator
oauthenticator[googlegroups,mediawiki]

## Kubernetes spawner
jupyterhub-kubespawner==7.0.0b2
jupyterhub-kubespawner==7.0.0b3

## Other optional dependencies for additional features
pymysql # mysql
Expand Down
20 changes: 11 additions & 9 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.8
aiohttp==3.10.10
# via kubernetes-asyncio
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -35,7 +35,7 @@ certipy==0.2.1
# via jupyterhub
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
cryptography==43.0.1
# via
Expand All @@ -51,9 +51,9 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
google-api-core==2.20.0
google-api-core==2.21.0
# via google-api-python-client
google-api-python-client==2.147.0
google-api-python-client==2.149.0
# via oauthenticator
google-auth==2.35.0
# via
Expand Down Expand Up @@ -91,7 +91,7 @@ jsonschema==4.23.0
# via
# jupyter-events
# oauthenticator
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
# via jsonschema
jupyter-events==0.10.0
# via jupyterhub
Expand All @@ -110,7 +110,7 @@ jupyterhub-hmacauthenticator==1.0
# via -r requirements.in
jupyterhub-idle-culler==1.4.0
# via -r requirements.in
jupyterhub-kubespawner==7.0.0b2
jupyterhub-kubespawner==7.0.0b3
# via -r requirements.in
jupyterhub-ldapauthenticator==1.3.2
# via -r requirements.in
Expand All @@ -126,7 +126,7 @@ ldap3==2.9.1
# via jupyterhub-ldapauthenticator
mako==1.3.5
# via alembic
markupsafe==2.1.5
markupsafe==3.0.1
# via
# jinja2
# mako
Expand Down Expand Up @@ -154,6 +154,8 @@ pamela==1.2.0
# via jupyterhub
prometheus-client==0.21.0
# via jupyterhub
propcache==0.2.0
# via yarl
proto-plus==1.24.0
# via google-api-core
protobuf==5.28.2
Expand Down Expand Up @@ -267,7 +269,7 @@ traitlets==5.14.3
# jupyterhub-ldapauthenticator
# jupyterhub-ltiauthenticator
# oauthenticator
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via
Expand All @@ -286,5 +288,5 @@ urllib3==2.2.3
# requests
webcolors==24.8.0
# via jsonschema
yarl==1.13.1
yarl==1.14.0
# via aiohttp
12 changes: 6 additions & 6 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ cffi==1.17.1
# via
# argon2-cffi-bindings
# cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
comm==0.2.2
# via ipykernel
cryptography==43.0.1
# via certipy
debugpy==1.8.6
debugpy==1.8.7
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -80,7 +80,7 @@ ipykernel==6.29.5
# via
# jupyterlab
# nbclassic
ipython==8.27.0
ipython==8.28.0
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand All @@ -104,7 +104,7 @@ jsonschema==4.23.0
# jupyter-events
# jupyterlab-server
# nbformat
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
# via jsonschema
jupyter-client==8.6.3
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ jupyterlab-server==2.27.3
# via jupyterlab
mako==1.3.5
# via alembic
markupsafe==2.1.5
markupsafe==3.0.1
# via
# jinja2
# mako
Expand Down Expand Up @@ -308,7 +308,7 @@ traitlets==5.14.3
# nbclient
# nbconvert
# nbformat
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit 7936874

Please sign in to comment.