Skip to content

Commit

Permalink
Merge pull request #720 from manics/jupyterhub-2.2
Browse files Browse the repository at this point in the history
Require jupyterhub>=2.2
  • Loading branch information
yuvipanda authored Jan 22, 2024
2 parents 1fee785 + 0bf24ac commit cf7cfe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Downgrade to oldest dependencies
if: matrix.oldest_dependencies != ''
# take any dependencies in requirements.txt such as jupyterhub>=1.2 and
# transform them to jupyterhub==1.2 so we can run tests with the
# take any dependencies in requirements.txt such as jupyterhub>=2.2 and
# transform them to jupyterhub==2.2 so we can run tests with the
# earliest-supported versions
run: |
cat requirements.txt | grep '>=' | sed -e 's@>=@==@g' > oldest-requirements.txt
Expand Down
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 cf7cfe2

Please sign in to comment.