Skip to content

Commit

Permalink
Bump minimum jupyterhub version
Browse files Browse the repository at this point in the history
`manage_groups` was added in 2.2.0 (current version is 4.0.2)
jupyterhub/jupyterhub#3548
  • Loading branch information
benjimin committed Nov 29, 2023
1 parent ba24e02 commit 8f7bd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jsonschema is used for validating authenticator configurations
jsonschema
jupyterhub>=1.2
jupyterhub>=2.2
# requests is already required by JupyterHub, but explicitly ask for it since we use it
requests
# ruamel.yaml is used to read and write .yaml files.
Expand Down

0 comments on commit 8f7bd64

Please sign in to comment.