Skip to content

Commit 0370b57

Browse files
authored
Merge pull request #1008 from consideRatio/pr/unpin-jh
Update jupyterhub pinning to >=5.2.0,<6 from ==5.1.0
2 parents d2b0fd2 + cbe577e commit 0370b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tljh/requirements-hub-env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# If a dependency is bumped to a new major version, we should make a major
99
# version release of tljh.
1010
#
11-
jupyterhub>=5.1.0,<5.2.0
12-
jupyterhub-systemdspawner>=1.0.1,<2
11+
jupyterhub>=5.2.0,<6
12+
jupyterhub-systemdspawner>=1.0.2,<2
1313
jupyterhub-firstuseauthenticator>=1.1.0,<2
1414
jupyterhub-nativeauthenticator>=1.3.0,<2
1515
jupyterhub-ldapauthenticator>=2.0.0,<3

0 commit comments

Comments
 (0)