Merge pull request #1008 from consideRatio/pr/unpin-jh

Update jupyterhub pinning to >=5.2.0,<6 from ==5.1.0
This commit is contained in:
Erik Sundell
2024-10-20 15:49:33 +02:00
committed by GitHub

View File

@@ -8,8 +8,8 @@
# If a dependency is bumped to a new major version, we should make a major # If a dependency is bumped to a new major version, we should make a major
# version release of tljh. # version release of tljh.
# #
jupyterhub>=5.1.0,<5.2.0 jupyterhub>=5.2.0,<6
jupyterhub-systemdspawner>=1.0.1,<2 jupyterhub-systemdspawner>=1.0.2,<2
jupyterhub-firstuseauthenticator>=1.1.0,<2 jupyterhub-firstuseauthenticator>=1.1.0,<2
jupyterhub-nativeauthenticator>=1.3.0,<2 jupyterhub-nativeauthenticator>=1.3.0,<2
jupyterhub-ldapauthenticator>=2.0.0,<3 jupyterhub-ldapauthenticator>=2.0.0,<3