Skip to content

Commit

Permalink
Merge pull request #125 from consideRatio/pr/bump-to-pip-tools-7
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 authored Jul 11, 2024
2 parents 409dfb1 + 42e251f commit e3090d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 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 --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

0 comments on commit e3090d3

Please sign in to comment.