From 42e251ffb2b782b3d7ef4340037ee3a72ce2b86b Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 11 Jul 2024 13:26:07 +0200 Subject: [PATCH] Bump pip-tools to v7 used by ci/refreeze script updating requirements.txt files The changes in flags are to respect deprecation notices in https://github.com/jazzband/pip-tools?tab=readme-ov-file#deprecations. --- ci/refreeze | 2 +- images/binderhub-service/requirements.txt | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ci/refreeze b/ci/refreeze index a3142cb..1cf6252 100755 --- a/ci/refreeze +++ b/ci/refreeze @@ -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' diff --git a/images/binderhub-service/requirements.txt b/images/binderhub-service/requirements.txt index fa6dcd6..73e151b 100644 --- a/images/binderhub-service/requirements.txt +++ b/images/binderhub-service/requirements.txt @@ -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 @@ -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 @@ -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 @@ -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