Skip to content

Commit

Permalink
Bump pip-tools to v7 and refreeze again
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 11, 2024
1 parent 409dfb1 commit 801f073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/refreeze
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ docker run \
--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 --upgrade'
7 changes: 2 additions & 5 deletions images/binderhub-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ attrs==23.2.0
# via
# jsonschema
# referencing
binderhub @ git+https://github.com/jupyterhub/binderhub@main
# via
# -r requirements.in
# binderhub
binderhub[pycurl] @ git+https://github.com/jupyterhub/binderhub@main
# via -r requirements.in
cachetools==5.3.3
# via google-auth
certifi==2024.7.4
Expand All @@ -40,7 +38,6 @@ fqdn==1.5.1
# via jsonschema
google-api-core[grpc]==2.19.1
# via
# google-api-core
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-logging
Expand Down

0 comments on commit 801f073

Please sign in to comment.