Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pip-tools to v7 used by ci/refreeze script updating requirements.txt files #125

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 --allow-unsafe --strip-extras --upgrade'
11 changes: 4 additions & 7 deletions images/binderhub-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ attrs==23.2.0
# jsonschema
# referencing
binderhub @ git+https://github.com/jupyterhub/binderhub@main
# via
# -r requirements.in
# binderhub
# via -r requirements.in
cachetools==5.3.3
# via google-auth
certifi==2024.7.4
Expand All @@ -38,9 +36,8 @@ escapism==1.0.1
# via binderhub
fqdn==1.5.1
# via jsonschema
google-api-core[grpc]==2.19.1
google-api-core==2.19.1
# via
# google-api-core
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-logging
Expand All @@ -59,7 +56,7 @@ google-cloud-core==2.4.1
# via google-cloud-logging
google-cloud-logging==3.10.0
# via -r requirements.in
googleapis-common-protos[grpc]==1.63.2
googleapis-common-protos==1.63.2
# via
# google-api-core
# google-cloud-audit-log
Expand Down Expand Up @@ -90,7 +87,7 @@ jinja2==3.1.4
# jupyterhub
jsonpointer==3.0.0
# via jsonschema
jsonschema[format-nongpl]==4.23.0
jsonschema==4.23.0
# via
# binderhub
# jupyter-events
Expand Down
Loading