Skip to content

Commit d7f55a1

Browse files
authored
Upgrade JupyterHub to 5.3.0 (#218)
* Upgrade JupyterHub to 5.3.0 * Upgrade JupyterHub in the jupyterlab environment
1 parent e449bc7 commit d7f55a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterhub/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- pip==21.1.2
6-
- jupyterhub==5.1.0
6+
- jupyterhub==5.3.0
77
- jupyterhub-kubespawner==6.2.0
88
- oauthenticator==16.3.0
99
- escapism==1.0.1

jupyterlab/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- jupyterlab==4.4.2
1717
- jupyter_client
1818
- jupyter_console
19-
- jupyterhub==5.1.0
19+
- jupyterhub==5.3.0
2020
- nbconvert
2121
- nbval
2222

0 commit comments

Comments
 (0)