Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to z2jh 2.0.0/JH 3.0.0 #171

Merged
merged 1 commit into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyterhub/jupyterhub:2.3.1 as base-image
FROM jupyterhub/jupyterhub:3.0.0 as base-image

# Update system packages
COPY scripts/install-base-packages.sh .
Expand Down
2 changes: 1 addition & 1 deletion requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jupyterhub-kubespawner
# upgraded without our explicit approval, and it should be upgraded in
# lockstep with the base image in Dockerfile and with the app version
# in the JupyterHub helm chart (https://jupyterhub.github.io/helm-chart/)
jupyterhub==2.3.1
jupyterhub==3.0.0

# Required by alembic for Python 3.8, so install it unconditionally until
# Python 3.8 support is dropped so that we have consistent dependencies.
Expand Down
10 changes: 3 additions & 7 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ cryptography==38.0.1 \
--hash=sha256:d4ef6cc305394ed669d4d9eebf10d3a101059bdcf2669c366ec1d14e4fb227bd \
--hash=sha256:d9e69ae01f99abe6ad646947bba8941e896cb3aa805be2597a0400e0764b5818
# via pyopenssl
entrypoints==0.4 \
--hash=sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4 \
--hash=sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f
# via jupyterhub
escapism==1.0.1 \
--hash=sha256:73256bdfb4f22230f0428fc6efecee61cdc4fad531b6f98b849cb9c80711e4ec \
--hash=sha256:d28f19edc3cb1ffc36fa238956ecc068695477e748f57157c6dde00a6b77f229
Expand Down Expand Up @@ -409,9 +405,9 @@ jupyter-telemetry==0.1.0 \
--hash=sha256:1de3e423b23aa40ca4a4238d65c56dda544061ff5aedc3f7647220ed7e3b9589 \
--hash=sha256:445c613ae3df70d255fe3de202f936bba8b77b4055c43207edf22468ac875314
# via jupyterhub
jupyterhub==2.3.1 \
--hash=sha256:0fd5a5671187d501f81daa57e40178cf2804bfd2f325741ccad31a2ce5ff0c5f \
--hash=sha256:f968f4f1392a9bb21e0fd6e1452bc925f7e3d2dc1f02efbe4afd63ecb9e81e0f
jupyterhub==3.0.0 \
--hash=sha256:05cdfebd800cf3e55566fb5b61110c5f64fed8ca3c56ef0142290baffbc7fb69 \
--hash=sha256:1d0b437033d8fd75d7ab4715ee3853da3069d6f14b4a0b9092f705efd0faa3b4
# via
# -r requirements/main.in
# jupyterhub-kubespawner
Expand Down