Skip to content

Commit 03db779

Browse files
committed
Update lower bounds on dependencies for tljh 2 beta release
1 parent 666e3f1 commit 03db779

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tljh/requirements-hub-env.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
#
1111
jupyterhub>=5.1.0,<6
1212
jupyterhub-systemdspawner>=1.0.1,<2
13-
jupyterhub-firstuseauthenticator>=1.0.0,<2
14-
jupyterhub-nativeauthenticator>=1.2.0,<2
15-
jupyterhub-ldapauthenticator>=1.3.2,<2
13+
jupyterhub-firstuseauthenticator>=1.1.0,<2
14+
jupyterhub-nativeauthenticator>=1.3.0,<2
15+
jupyterhub-ldapauthenticator==2.0.0b1 # FIXME: update to >=2.0.0,<3
1616
jupyterhub-tmpauthenticator>=1.0.0,<2
1717
oauthenticator>=17,<18
18-
jupyterhub-idle-culler>=1.2.1,<2
18+
jupyterhub-idle-culler>=1.4.0,<2
1919

2020
# pycurl is installed to improve reliability and performance for when JupyterHub
2121
# makes web requests. JupyterHub will use tornado's CurlAsyncHTTPClient when
@@ -25,4 +25,4 @@ jupyterhub-idle-culler>=1.2.1,<2
2525
# ref: https://www.tornadoweb.org/en/stable/httpclient.html#module-tornado.simple_httpclient
2626
# ref: https://github.com/jupyterhub/the-littlest-jupyterhub/issues/289
2727
#
28-
pycurl>=7.45.2,<8
28+
pycurl>=7.45.3,<8

0 commit comments

Comments
 (0)