Skip to content

Commit 5ab36bb

Browse files
committed
Bump kubespawner from 6.2.0 to 7.0.0b1
1 parent a221f2a commit 5ab36bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/hub/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mwoauth
2424
pyjwt
2525

2626
## Kubernetes spawner
27-
jupyterhub-kubespawner
27+
jupyterhub-kubespawner==7.0.0b1
2828

2929
## Other optional dependencies for additional features
3030
pymysql # mysql

images/hub/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jinja2==3.1.4
6565
# jupyterhub-kubespawner
6666
jsonpointer==3.0.0
6767
# via jsonschema
68-
jsonschema[format-nongpl]==4.23.0
68+
jsonschema==4.23.0
6969
# via
7070
# jupyter-events
7171
# oauthenticator
@@ -89,7 +89,7 @@ jupyterhub-hmacauthenticator==1.0
8989
# via -r requirements.in
9090
jupyterhub-idle-culler==1.4.0
9191
# via -r requirements.in
92-
jupyterhub-kubespawner==6.2.0
92+
jupyterhub-kubespawner==7.0.0b1
9393
# via -r requirements.in
9494
jupyterhub-ldapauthenticator==1.3.2
9595
# via -r requirements.in
@@ -147,7 +147,7 @@ pydantic==2.9.2
147147
# via jupyterhub
148148
pydantic-core==2.23.4
149149
# via pydantic
150-
pyjwt[crypto]==2.9.0
150+
pyjwt==2.9.0
151151
# via
152152
# -r requirements.in
153153
# jupyterhub-ltiauthenticator

0 commit comments

Comments
 (0)