Skip to content

Commit f6454c9

Browse files
authored
Merge pull request #3455 from consideRatio/pr/bump-pip-tools
Bump pip-tools to v7 used by ci/refreeze script updating requirements.txt files
2 parents 186a6d8 + cc14bdc commit f6454c9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ci/refreeze

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1919
done

images/hub/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jinja2==3.1.4
6363
# jupyterhub-kubespawner
6464
jsonpointer==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
146146
pydantic-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

images/singleuser-sample/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ json5==0.9.25
9999
# via jupyterlab-server
100100
jsonpointer==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

0 commit comments

Comments
 (0)