File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ for img in ${IMAGES}; do
1414 --workdir=/io \
1515 --user=root \
1616 python:3.11-bullseye \
17- sh -c ' pip install pip-tools==6 .* && pip-compile --resolver=backtracking --upgrade'
17+ sh -c ' pip install pip-tools==7 .* && pip-compile --allow-unsafe --strip-extras --upgrade'
1818 popd
1919done
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ jinja2==3.1.4
6363 # jupyterhub-kubespawner
6464jsonpointer == 3.0.0
6565 # via jsonschema
66- jsonschema [ format-nongpl ] == 4.23.0
66+ jsonschema == 4.23.0
6767 # via
6868 # jupyter-events
6969 # oauthenticator
@@ -145,7 +145,7 @@ pydantic==2.8.2
145145 # via jupyterhub
146146pydantic-core == 2.20.1
147147 # via pydantic
148- pyjwt [ crypto ] == 2.8.0
148+ pyjwt == 2.8.0
149149 # via
150150 # -r requirements.in
151151 # jupyterhub-ltiauthenticator
Original file line number Diff line number Diff line change @@ -99,9 +99,8 @@ json5==0.9.25
9999 # via jupyterlab-server
100100jsonpointer == 3.0.0
101101 # via jsonschema
102- jsonschema [ format-nongpl ] == 4.23.0
102+ jsonschema == 4.23.0
103103 # via
104- # jsonschema
105104 # jupyter-events
106105 # jupyterlab-server
107106 # nbformat
@@ -336,4 +335,5 @@ websocket-client==1.8.0
336335 # via jupyter-server
337336
338337# The following packages are considered to be unsafe in a requirements file:
339- # setuptools
338+ setuptools == 70.3.0
339+ # via jupyterlab
You can’t perform that action at this time.
0 commit comments