Skip to content

Commit 7936874

Browse files
authored
Merge pull request #3541 from consideRatio/pr/bump-kubespawner-beta
Bump to kubespawner from 7.0.0b2 to 7.0.0b3
2 parents 97a21ea + b920428 commit 7936874

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

images/hub/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jupyterhub-tmpauthenticator
1919
oauthenticator[googlegroups,mediawiki]
2020

2121
## Kubernetes spawner
22-
jupyterhub-kubespawner==7.0.0b2
22+
jupyterhub-kubespawner==7.0.0b3
2323

2424
## Other optional dependencies for additional features
2525
pymysql # mysql

images/hub/requirements.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.4.3
88
# via aiohttp
9-
aiohttp==3.10.8
9+
aiohttp==3.10.10
1010
# via kubernetes-asyncio
1111
aiosignal==1.3.1
1212
# via aiohttp
@@ -35,7 +35,7 @@ certipy==0.2.1
3535
# via jupyterhub
3636
cffi==1.17.1
3737
# via cryptography
38-
charset-normalizer==3.3.2
38+
charset-normalizer==3.4.0
3939
# via requests
4040
cryptography==43.0.1
4141
# via
@@ -51,9 +51,9 @@ frozenlist==1.4.1
5151
# via
5252
# aiohttp
5353
# aiosignal
54-
google-api-core==2.20.0
54+
google-api-core==2.21.0
5555
# via google-api-python-client
56-
google-api-python-client==2.147.0
56+
google-api-python-client==2.149.0
5757
# via oauthenticator
5858
google-auth==2.35.0
5959
# via
@@ -91,7 +91,7 @@ jsonschema==4.23.0
9191
# via
9292
# jupyter-events
9393
# oauthenticator
94-
jsonschema-specifications==2023.12.1
94+
jsonschema-specifications==2024.10.1
9595
# via jsonschema
9696
jupyter-events==0.10.0
9797
# via jupyterhub
@@ -110,7 +110,7 @@ jupyterhub-hmacauthenticator==1.0
110110
# via -r requirements.in
111111
jupyterhub-idle-culler==1.4.0
112112
# via -r requirements.in
113-
jupyterhub-kubespawner==7.0.0b2
113+
jupyterhub-kubespawner==7.0.0b3
114114
# via -r requirements.in
115115
jupyterhub-ldapauthenticator==1.3.2
116116
# via -r requirements.in
@@ -126,7 +126,7 @@ ldap3==2.9.1
126126
# via jupyterhub-ldapauthenticator
127127
mako==1.3.5
128128
# via alembic
129-
markupsafe==2.1.5
129+
markupsafe==3.0.1
130130
# via
131131
# jinja2
132132
# mako
@@ -154,6 +154,8 @@ pamela==1.2.0
154154
# via jupyterhub
155155
prometheus-client==0.21.0
156156
# via jupyterhub
157+
propcache==0.2.0
158+
# via yarl
157159
proto-plus==1.24.0
158160
# via google-api-core
159161
protobuf==5.28.2
@@ -267,7 +269,7 @@ traitlets==5.14.3
267269
# jupyterhub-ldapauthenticator
268270
# jupyterhub-ltiauthenticator
269271
# oauthenticator
270-
types-python-dateutil==2.9.0.20240906
272+
types-python-dateutil==2.9.0.20241003
271273
# via arrow
272274
typing-extensions==4.12.2
273275
# via
@@ -286,5 +288,5 @@ urllib3==2.2.3
286288
# requests
287289
webcolors==24.8.0
288290
# via jsonschema
289-
yarl==1.13.1
291+
yarl==1.14.0
290292
# via aiohttp

images/singleuser-sample/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ cffi==1.17.1
4343
# via
4444
# argon2-cffi-bindings
4545
# cryptography
46-
charset-normalizer==3.3.2
46+
charset-normalizer==3.4.0
4747
# via requests
4848
comm==0.2.2
4949
# via ipykernel
5050
cryptography==43.0.1
5151
# via certipy
52-
debugpy==1.8.6
52+
debugpy==1.8.7
5353
# via ipykernel
5454
decorator==5.1.1
5555
# via ipython
@@ -80,7 +80,7 @@ ipykernel==6.29.5
8080
# via
8181
# jupyterlab
8282
# nbclassic
83-
ipython==8.27.0
83+
ipython==8.28.0
8484
# via ipykernel
8585
ipython-genutils==0.2.0
8686
# via nbclassic
@@ -104,7 +104,7 @@ jsonschema==4.23.0
104104
# jupyter-events
105105
# jupyterlab-server
106106
# nbformat
107-
jsonschema-specifications==2023.12.1
107+
jsonschema-specifications==2024.10.1
108108
# via jsonschema
109109
jupyter-client==8.6.3
110110
# via
@@ -145,7 +145,7 @@ jupyterlab-server==2.27.3
145145
# via jupyterlab
146146
mako==1.3.5
147147
# via alembic
148-
markupsafe==2.1.5
148+
markupsafe==3.0.1
149149
# via
150150
# jinja2
151151
# mako
@@ -308,7 +308,7 @@ traitlets==5.14.3
308308
# nbclient
309309
# nbconvert
310310
# nbformat
311-
types-python-dateutil==2.9.0.20240906
311+
types-python-dateutil==2.9.0.20241003
312312
# via arrow
313313
typing-extensions==4.12.2
314314
# via

0 commit comments

Comments
 (0)