Skip to content

Commit

Permalink
Merge pull request #3455 from consideRatio/pr/bump-pip-tools
Browse files Browse the repository at this point in the history
Bump pip-tools to v7 used by ci/refreeze script updating requirements.txt files
  • Loading branch information
consideRatio committed Jul 11, 2024
2 parents 186a6d8 + cc14bdc commit f6454c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/refreeze
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ for img in ${IMAGES}; do
--workdir=/io \
--user=root \
python:3.11-bullseye \
sh -c 'pip install pip-tools==6.* && pip-compile --resolver=backtracking --upgrade'
sh -c 'pip install pip-tools==7.* && pip-compile --allow-unsafe --strip-extras --upgrade'
popd
done
4 changes: 2 additions & 2 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jinja2==3.1.4
# jupyterhub-kubespawner
jsonpointer==3.0.0
# via jsonschema
jsonschema[format-nongpl]==4.23.0
jsonschema==4.23.0
# via
# jupyter-events
# oauthenticator
Expand Down Expand Up @@ -145,7 +145,7 @@ pydantic==2.8.2
# via jupyterhub
pydantic-core==2.20.1
# via pydantic
pyjwt[crypto]==2.8.0
pyjwt==2.8.0
# via
# -r requirements.in
# jupyterhub-ltiauthenticator
Expand Down
6 changes: 3 additions & 3 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ json5==0.9.25
# via jupyterlab-server
jsonpointer==3.0.0
# via jsonschema
jsonschema[format-nongpl]==4.23.0
jsonschema==4.23.0
# via
# jsonschema
# jupyter-events
# jupyterlab-server
# nbformat
Expand Down Expand Up @@ -336,4 +335,5 @@ websocket-client==1.8.0
# via jupyter-server

# The following packages are considered to be unsafe in a requirements file:
# setuptools
setuptools==70.3.0
# via jupyterlab

0 comments on commit f6454c9

Please sign in to comment.