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
14
14
--workdir=/io \
15
15
--user=root \
16
16
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'
18
18
popd
19
19
done
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ jinja2==3.1.4
63
63
# jupyterhub-kubespawner
64
64
jsonpointer == 3.0.0
65
65
# via jsonschema
66
- jsonschema [ format-nongpl ] == 4.23.0
66
+ jsonschema == 4.23.0
67
67
# via
68
68
# jupyter-events
69
69
# oauthenticator
@@ -145,7 +145,7 @@ pydantic==2.8.2
145
145
# via jupyterhub
146
146
pydantic-core == 2.20.1
147
147
# via pydantic
148
- pyjwt [ crypto ] == 2.8.0
148
+ pyjwt == 2.8.0
149
149
# via
150
150
# -r requirements.in
151
151
# jupyterhub-ltiauthenticator
Original file line number Diff line number Diff line change @@ -99,9 +99,8 @@ json5==0.9.25
99
99
# via jupyterlab-server
100
100
jsonpointer == 3.0.0
101
101
# via jsonschema
102
- jsonschema [ format-nongpl ] == 4.23.0
102
+ jsonschema == 4.23.0
103
103
# via
104
- # jsonschema
105
104
# jupyter-events
106
105
# jupyterlab-server
107
106
# nbformat
@@ -336,4 +335,5 @@ websocket-client==1.8.0
336
335
# via jupyter-server
337
336
338
337
# 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